Skip to main content
A newer version of this page is available. .

ChooseSummaryOptionsPage<TModel> Class

Provides a presenter to the Specify Summary Options (Multi-Query Version) page of the Report Wizard.

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public class ChooseSummaryOptionsPage<TModel> :
    WizardPageBase<IChooseSummaryOptionsPageView, TModel>
    where TModel : ReportModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseSummaryOptionsPageView interface.

Implements

IWizardPage<TModel>

Inheritance

Object
WizardPageBase<IChooseSummaryOptionsPageView, TModel>
ChooseSummaryOptionsPage<TModel>
See Also