IMultiQuerySelectFieldsPageView Methods
If implemented, provides a view for the Choose Fields to Display in a Report (Obsolete) page of the Report Wizard.| 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 |
See Also