IMultiQuerySelectFieldsPageView Members
If implemented, provides a view for the Choose Fields to Display in a Report (Obsolete) page of the Report Wizard.Properties
Name | Description |
---|---|
SelectedTable | If implemented, specifies the report data member. |
Methods
Name | Description |
---|---|
FillColumns(ColumnInfo[]) | If implemented, populates the list of available data columns corresponding to a specific data member. |
FillTables(TableInfo[]) | If implemented, populates the list of available data members displayed on this wizard page. |
GetSelectedColumns() | If implemented, returns the list of data columns that are selected on this wizard page. |
SetSelectedColumns(String[]) | If implemented, selects the specified data columns |
Events
Name | Description |
---|---|
ActiveTableChanged | Occurs when the active table in the list of the available tables is changed. |
See Also