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

ReportViewer.ShouldDisposeReport Property

Specifies whether or not a report should be disposed together with its associated Report Viewer.

Namespace: DevExpress.XtraReports.Web

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

Declaration

[SRCategory(ReportStringId.CatBehavior)]
[DefaultValue(true)]
public bool ShouldDisposeReport { get; set; }

Property Value

Type Default Description
Boolean **true**

true to dispose the report along with the Report Viewer; otherwise false.

See Also