DataSchemaProvider.FillDataSchema(ColumnsByTableDictionary) Method
Obtains separate XSD-schema for the available tables and views, as well the specified data columns.
Namespace: DevExpress.XtraReports.Data
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
fillingColumnsByTable | ColumnsByTableDictionary | A ColumnsByTableDictionary object. |
Returns
Type | Description |
---|---|
DataSchema | A DataSchema object. |
See Also