Skip to main content
All docs
V25.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.v25.1.dll

    NuGet Package: DevExpress.AIIntegration.Reporting.Common

    Declaration

    public interface IAIChooseReportTypePageView

    Remarks

    The AIChooseReportTypePageView class implements IAIChooseReportTypePageView.

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

    See Also