ExtractSourceOptions Class
Contains settings of the original data source used to create a data extract.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Remarks
Use the DashboardExtractDataSource.ExtractSourceOptions property to access the ExtractSourceOptions class instance.
The ExtractSourceOptions class contains the following settings that allow you to configure a data extract:
- DataSource
- Gets or sets the original data source for the current data extract.
- DataMember
- Gets or sets the data member contained in the original data source. The
DataMember
property should be specified for the DashboardSqlDataSource or DashboardEFDataSource data sources only. - DataFields
- Gets or sets names of the data source fields that fall into the resulting data extract. This option is required if a DashboardEFDataSource or DashboardObjectDataSource is used as original data sources.
- Filter
- Specifies the logical expression that filters rows to be included in the extract data source.
Inheritance
Object
ExtractSourceOptions
See Also