Skip to main content
All docs
V25.2
  • AIDataBoundEnterReportPromptPage Class

    A view for the Enter Report Description page in the WinForms Report Wizard.

    Namespace: DevExpress.AIIntegration.Wpf.Reporting

    Assembly: DevExpress.AIIntegration.Wpf.Reporting.v25.2.dll

    Declaration

    [POCOViewModel]
    public class AIDataBoundEnterReportPromptPage :
        AINoDataEnterReportPromptPage,
        IAIDataBoundEnterReportPromptPageView,
        IAINoDataEnterReportPromptPageView

    Remarks

    AIDataBoundEnterReportPromptPage defines GUI elements for the following page:

    WPF Report Wizard Enter Report Description Page with Data Source Structure

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

    See Also