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

    Declaration

    public interface IAIChooseDataSourceOptionPageView

    Remarks

    The following classes implement IAIChooseDataSourceOptionPageView:

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

    See Also