Back to Devexpress

MultiQuerySelectFieldsPage<TModel> Class

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-presenters-dot-multiqueryselectfieldspage-1.md

latest2.2 KB
Original Source

MultiQuerySelectFieldsPage<TModel> Class

Provides a presenter to the Choose Fields to Display in a Report (Obsolete) page of the Report Wizard.

Namespace : DevExpress.XtraReports.Wizards.Presenters

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class MultiQuerySelectFieldsPage<TModel> :
    WizardPageBase<IMultiQuerySelectFieldsPageView, TModel>
    where TModel : XtraReportModel
vb
Public Class MultiQuerySelectFieldsPage(Of TModel As XtraReportModel)
    Inherits WizardPageBase(Of IMultiQuerySelectFieldsPageView, TModel)

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IMultiQuerySelectFieldsPageView interface.

Inheritance

Object WizardPageBase<IMultiQuerySelectFieldsPageView, TModel> MultiQuerySelectFieldsPage<TModel>

See Also

MultiQuerySelectFieldsPage<TModel> Members

IMultiQuerySelectFieldsPageView

DevExpress.XtraReports.Wizards.Presenters Namespace