Back to Devexpress

ExtractSourceOptions Class

dashboard-devexpress-dot-dashboardcommon-7b3edc08.md

latest2.6 KB
Original Source

ExtractSourceOptions Class

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

Declaration

csharp
public class ExtractSourceOptions
vb
Public Class ExtractSourceOptions

The following members return ExtractSourceOptions objects:

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:

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.

Inheritance

Object ExtractSourceOptions

See Also

ExtractSourceOptions Members

DevExpress.DashboardCommon Namespace