Skip to main content
All docs
V26.1
  • IAIReportGenerationPageView 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 IAIReportGenerationPageView

    Remarks

    The following classes implement IAIReportGenerationPageView:

    The IAIReportGenerationPageView view routes user commands to the AIReportGenerationPage<TModel> presenter.

    See Also