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

DataSchema.ViewsDataSchema Property

Provides access to the schema of data views available in the data source.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public string ViewsDataSchema { get; }

Property Value

Type Description
String

A String value.

See Also