Skip to main content
All docs
V25.1
  • IAIChooseDataSourceOptionPageView Interface

    If implemented, supplies a view for the Select a Data Source Option page.

    Namespace: DevExpress.AIIntegration.Reporting.Wizard.Views

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

    NuGet Package: DevExpress.AIIntegration.Reporting.Common

    Declaration

    public interface IAIChooseDataSourceOptionPageView

    Remarks

    The AIChooseDataSourceOptionPageView class implements IAIChooseDataSourceOptionPageView.

    The AIChooseDataSourceOptionPageView view routes user commands to the AIChooseDataSourceOptionPage<TModel> presenter.

    See Also