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.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
[DefaultValue(true)]
[SRCategory(ReportStringId.CatBehavior)]
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