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

ASPxReportDesigner.Dispose() Method

Releases all resources used by ASPxReportDesigner.

Namespace: DevExpress.XtraReports.Web

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

Declaration

public override void Dispose()

Remarks

When the ASPxReportDesigner.ShouldDisposeDataSources and ASPxReportDesigner.ShouldDisposeReport properties are set to true, calling the Dispose method also disposes all registered data sources (available in the ASPxReportDesigner.DataSources collection) and the currently opened report.

See Also