Back to Devexpress

AIChooseDataSourceOptionPage Class

xtrareports-devexpress-dot-aiintegration-dot-wpf-dot-reporting-65c68858.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.AIIntegration.Wpf.Reporting

Declaration

csharp
[POCOViewModel]
public class AIChooseDataSourceOptionPage :
    WizardPageBase,
    IAIChooseDataSourceOptionPageView,
    IReportWizardPage
vb
<POCOViewModel>
Public Class AIChooseDataSourceOptionPage
    Inherits WizardPageBase
    Implements IAIChooseDataSourceOptionPageView,
               IReportWizardPage

Remarks

AIChooseDataSourceOptionPage defines GUI elements for the following page:

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

Implements

IAIChooseDataSourceOptionPageView

Inheritance

Object BindableBase ViewModelBase WizardPageBase AIChooseDataSourceOptionPage

See Also

AIChooseDataSourceOptionPage Members

DevExpress.AIIntegration.Wpf.Reporting Namespace