ICreateExtractDataSourcePageView Members
If implemented, provides a view for the Create a Data Extract page of the Data Source Wizard (Extract Data Source).Properties
Name | Description |
---|---|
DataMember | Gets or sets a data member specified in the wizard page. |
DataMemberEnabled | Gets or sets whether on not an option allowing end-users to select a data member is enabled. |
DataMembers | Gets or sets data members available in the wizard page. |
DataSourceNames | Gets or sets data source names available in the wizard page. |
ExtractCreationMode | Gets or sets a mode for creating a data extract. |
ExtractDriverName | Gets or sets a name of the driver used to read/write a data extract. |
FileName | Gets or sets a path to the file containing a data extract. |
SelectedDataSourceIndex | Gets or sets an index of the selected data source. |
Events
Name | Description |
---|---|
Changed | Occurs when any option is changed in the wizard page. |
SelectedDataMemberChanged | Occurs when a selected data member is changed in the wizard page. |
SelectedDataSourceChanged | Occurs when a selected data source is changed in the wizard page. |
See Also