AIReportGenerationPage Class
A view for the Building your Report… page in the WPF Report Wizard.
Namespace: DevExpress.AIIntegration.Wpf.Reporting
Assembly: DevExpress.AIIntegration.Wpf.Reporting.v26.1.dll
Declaration
[POCOViewModel]
public class AIReportGenerationPage :
WizardPageBase,
IAIReportGenerationPageView,
IReportWizardPage
Remarks
AIReportGenerationPage defines GUI elements for the following page:

This view routes user commands to the AIReportGenerationPage<TModel> presenter.
Implements
Inheritance
Object
BindableBase
ViewModelBase
WizardPageBase
AIReportGenerationPage
See Also