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

ASPxReportDesigner.ShouldShareReportDataSources Property

Specifies whether or not the list of report data sources should also include the Report Designer’s ASPxReportDesigner.DataSources.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v19.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[Browsable(false)]
public bool ShouldShareReportDataSources { get; set; }

Property Value

Type Description
Boolean

true, to make the control’s data sources available in the report; otherwise, false. The default value is true.

Remarks

Because the data sources are merged by their names, avoid collisions between data source names in a report and the Report Designer.

After customizing a merged data source in a report, the new version of this data source is available in the Data Source wizard.

After deleting a merged data source in a report, this data source is still available in the Data Source wizard.

See Also