Skip to main content
All docs
V26.1
  • AIReportGenerationPageView Class

    A view for the Building your Report… page in the WinForms Report Wizard.

    Namespace: DevExpress.AIIntegration.WinForms.Reporting.Wizard.Views

    Assembly: DevExpress.AIIntegration.WinForms.Reporting.v26.1.dll

    Declaration

    public class AIReportGenerationPageView :
        WizardViewBase,
        IAIReportGenerationPageView

    Remarks

    AIReportGenerationPageView 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.

    See Also