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

    If implemented, supplies a view for the AI Choose Report Type page.

    Namespace: DevExpress.AIIntegration.Reporting.Wizard.Views

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

    Declaration

    public interface IAIChooseReportTypePageView

    Remarks

    The following classes implement IAIChooseReportTypePageView:

    The AIChooseReportTypePageView view routes user commands to the AIChooseReportTypePage<TModel> presenter.

    See Also