AIReportGenerationPage<TModel> Class
A presenter for the Report Wizard AIReportGenerationPageView and AIReportGenerationPage pages.
Namespace: DevExpress.AIIntegration.Reporting.Wizard.Presenters
Assembly: DevExpress.AIIntegration.Reporting.Common.v26.1.dll
Declaration
public class AIReportGenerationPage<TModel> :
WizardPageBase<IAIReportGenerationPageView, TModel>,
IWizardPageEx<TModel>,
IWizardPage<TModel>,
IAIReportGenerationHost
where TModel : XtraReportModel
Type Parameters
| Name | Description |
|---|---|
| TModel | A report model that stores settings defined on Report Wizard pages. |
Remarks
This presenter is associated with views that implement the IAIReportGenerationPageView interface.
Implements
Inheritance
See Also