Back to Devexpress

AIChooseReportTypePageView Class

xtrareports-devexpress-dot-aiintegration-dot-winforms-dot-reporting-dot-wizard-dot-views-aa11e0dc.md

latest2.5 KB
Original Source

AIChooseReportTypePageView Class

A view for the AI Choose Report Type page in the WinForms Report Wizard.

Namespace : DevExpress.AIIntegration.WinForms.Reporting.Wizard.Views

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

NuGet Package : DevExpress.AIIntegration.WinForms.Reporting

Declaration

csharp
public class AIChooseReportTypePageView :
    WizardViewBase,
    IAIChooseReportTypePageView
vb
Public Class AIChooseReportTypePageView
    Inherits WizardViewBase
    Implements IAIChooseReportTypePageView

Remarks

AIChooseReportTypePageView defines GUI elements for the following page:

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

Implements

IAIChooseReportTypePageView

Inheritance

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase AIChooseReportTypePageView

See Also

AIChooseReportTypePageView Members

DevExpress.AIIntegration.WinForms.Reporting.Wizard.Views Namespace