ISelectDataSourcePageView Members
This page is no longer used in the current Report Wizard implementation.Properties
Name | Description |
---|---|
SelectedDataSourceName | If implemented, specifies the data source selected in the Available items list. |
Methods
Name | Description |
---|---|
FillDataSourceList(IEnumerable<DataSourceInfo>) | If implemented, populates the list of available data sources. |
ShowWaitIndicator(Boolean) | If implemented, shows or hides the wait indicator on a wizard page. |
Events
Name | Description |
---|---|
SelectedDataSourceChanged | Occurs when the selected item in the Available items list is changed. |
See Also