Back to Devexpress

ASPxReportDesigner.Dispose() Method

xtrareports-devexpress-dot-xtrareports-dot-web-dot-aspxreportdesigner-3b4e03c7.md

latest1.7 KB
Original Source

ASPxReportDesigner.Dispose() Method

Releases all resources used by ASPxReportDesigner.

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

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

ShouldDisposeDataSources

ShouldDisposeReport

ASPxReportDesigner Class

ASPxReportDesigner Members

DevExpress.XtraReports.Web Namespace