Skip to main content

ASPxReportDesigner.Dispose() Method

Releases all resources used by ASPxReportDesigner.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

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