Skip to main content
All docs
V19.2

ReportDesignerSettings.ShouldShareReportDataSources Property

Specifies whether or not report data sources should be shared.

Namespace: DevExpress.Web.Mvc

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

Declaration

public bool ShouldShareReportDataSources { get; set; }

Property Value

Type Description
Boolean

true, to share data sources; otherwise, false.

See Also