Skip to main content
All docs
V23.2

DxReportViewer.ShouldDisposeReport Property

Specifies whether a report should be disposed of along with the DxReportViewer instance.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v23.2.Viewer.dll

NuGet Package: DevExpress.Blazor.Reporting.Viewer

Declaration

public bool ShouldDisposeReport { get; set; }

Property Value

Type Description
Boolean

True to dispose of the report along with the DxReportViewer; otherwise, false.

See Also