Back to Devexpress

ASPxWebDocumentViewer.Dispose() Method

xtrareports-devexpress-dot-xtrareports-dot-web-dot-aspxwebdocumentviewer-40c1f905.md

latest1.3 KB
Original Source

ASPxWebDocumentViewer.Dispose() Method

Disposes the ASPxWebDocumentViewer object.

Namespace : DevExpress.XtraReports.Web

Assembly : DevExpress.XtraReports.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Reporting

Declaration

csharp
public override void Dispose()
vb
Public Overrides Sub Dispose

Remarks

Call the Dispose method when you have finished working with a manually created ASPxWebDocumentViewer object. This releases all the resources allocated to the object and speeds up system performance.

See Also

ASPxWebDocumentViewer Class

ASPxWebDocumentViewer Members

DevExpress.XtraReports.Web Namespace