Skip to main content
A newer version of this page is available. .

RemoteDocument.Dispose() Method

Releases all resources used by RemoteDocument.

Namespace: DevExpress.ReportServer.Printing

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public override void Dispose()

Remarks

Calling the Dispose method allows you to reallocate the resources used by a RemoteDocument instance.

See Also