ASPxReportDesigner.Dispose() Method
Releases all resources used by ASPxReportDesigner.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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