Skip to main content
All docs
V25.2
  • AIChooseDataSourceOptionPage Class

    A view for the Select a Data Source Option page in the WPF Report Wizard.

    Namespace: DevExpress.AIIntegration.Wpf.Reporting

    Assembly: DevExpress.AIIntegration.Wpf.Reporting.v25.2.dll

    Declaration

    [POCOViewModel]
    public class AIChooseDataSourceOptionPage :
        WizardPageBase,
        IAIChooseDataSourceOptionPageView,
        IReportWizardPage

    Remarks

    AIChooseDataSourceOptionPage defines GUI elements for the following page:

    ai-wpf-choose-data-source-option-page

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

    Inheritance

    See Also