Skip to main content
All docs
V26.1
  • 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:

    Building your Report page in the WinForms Report Wizard

    This view routes user commands to the AIReportGenerationPage<TModel> presenter.

    Inheritance

    See Also