SelectColumnsPage<TModel> Constructors
This page is no longer used in the current Report Wizard implementation. Use the MultiQuerySelectFieldsPage<TModel> class instead (corresponding to the Choose Fields to Display in a Report (Multi-Query Version) wizard page).| Name | Parameters | Description |
|---|---|---|
| SelectColumnsPage(ISelectColumnsPageView, IColumnInfoCache) | view, columnInfoCache | Initializes a new instance of the SelectColumnsPage<TModel> class with the specified settings. |
| SelectColumnsPage(ISelectColumnsPageView) | view | Initializes a new instance of the SelectColumnsPage<TModel> class with the specified page view. |
See Also