MultiQuerySelectFieldsPage(IMultiQuerySelectFieldsPageView, IColumnInfoCache) Constructor
In This Article
Initializes a new instance of the MultiQuerySelectFieldsPage<TModel> class with the specified settings.
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public MultiQuerySelectFieldsPage(
IMultiQuerySelectFieldsPageView view,
IColumnInfoCache columnInfoCache
)
#Parameters
Name | Type | Description |
---|---|---|
view | IMulti |
An object implementing the IMulti |
column |
IColumn |
An object implementing the IColumn |
See Also