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

ReportDesignerSettings.ShouldDisposeDataSources Property

Specifies whether or not report data sources should be disposed.

Namespace: DevExpress.Web.Mvc

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

Declaration

public bool ShouldDisposeDataSources { get; set; }

Property Value

Type Description
Boolean

true, to dispose data sources; otherwise, false.

See Also