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

ReportDesignerSettings.ShouldDisposeReport Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public bool ShouldDisposeReport { get; set; }

Property Value

Type Description
Boolean

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

See Also