Skip to main content

ReportDesignerSettings.ShouldDisposeDataSources Property

Specifies whether or not report data sources should be disposed.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool ShouldDisposeDataSources { get; set; }

Property Value

Type Description
Boolean

true, to dispose data sources; otherwise, false.

See Also