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

XtraReport.DataSourceSchema Property

Gets or sets an XML/XSD file, containing a schema of a report’s data source.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v17.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[DefaultValue("")]
[SRCategory(ReportStringId.CatDesign)]
public string DataSourceSchema { get; set; }

Property Value

Type Default Description
String String.Empty

A String value.

Remarks

This property is retained for backward compatibility and should no longer be used. To learn how to bind a report to an XSD file, see Bind a Report to a Data Source Schema.

See Also