Back to Devexpress

AIChooseReportTypePage Class

xtrareports-devexpress-dot-aiintegration-dot-wpf-dot-reporting-13710077.md

latest1.9 KB
Original Source

AIChooseReportTypePage Class

A view for the AI Choose Report Type page in the WinForms 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 AIChooseReportTypePage :
    WizardPageBase,
    IAIChooseReportTypePageView,
    IReportWizardPage
vb
<POCOViewModel>
Public Class AIChooseReportTypePage
    Inherits WizardPageBase
    Implements IAIChooseReportTypePageView,
               IReportWizardPage

Remarks

AIChooseReportTypePage defines GUI elements for the following page:

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

Implements

IAIChooseReportTypePageView

Inheritance

Object BindableBase ViewModelBase WizardPageBase AIChooseReportTypePage

See Also

AIChooseReportTypePage Members

DevExpress.AIIntegration.Wpf.Reporting Namespace