Skip to main content
All docs
V26.1
  • IAIDataBoundEnterReportPromptPageView Interface

    If implemented, supplies a view for the Enter Report Description page.

    Namespace: DevExpress.AIIntegration.Reporting.Wizard.Views

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

    Declaration

    public interface IAIDataBoundEnterReportPromptPageView :
        IAINoDataEnterReportPromptPageView

    Remarks

    The following classes implement IAIDataBoundEnterReportPromptPageView:

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

    See Also