IAIChooseReportTypePageView Interface
If implemented, supplies a view for the AI Choose Report Type page.
Namespace: DevExpress.AIIntegration.Reporting.Wizard.Views
Assembly: DevExpress.AIIntegration.Reporting.Common.v25.1.dll
NuGet Package: DevExpress.AIIntegration.Reporting.Common
Declaration
Remarks
The AIChooseReportTypePageView class implements IAIChooseReportTypePageView
.
The AIChooseReportTypePageView
view routes user commands to the AIChooseReportTypePage<TModel> presenter.
See Also