dashboard-devexpress-dot-dashboardcommon-7b3edc08.md
Contains settings of the original data source used to create a data extract.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class ExtractSourceOptions
Public Class ExtractSourceOptions
The following members return ExtractSourceOptions objects:
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:
DataSourceGets or sets the original data source for the current data extract.DataMemberGets 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.DataFieldsGets 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.FilterSpecifies the logical expression that filters rows to be included in the extract data source.
Object ExtractSourceOptions
See Also