xtrareports-devexpress-dot-aiintegration-dot-wpf-dot-reporting-33434a81.md
A view for the Enter Report Description 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
[POCOViewModel]
public class AIDataBoundEnterReportPromptPage :
AINoDataEnterReportPromptPage,
IAIDataBoundEnterReportPromptPageView,
IAINoDataEnterReportPromptPageView
<POCOViewModel>
Public Class AIDataBoundEnterReportPromptPage
Inherits AINoDataEnterReportPromptPage
Implements IAIDataBoundEnterReportPromptPageView,
IAINoDataEnterReportPromptPageView
AIDataBoundEnterReportPromptPage defines GUI elements for the following page:
This view routes user commands to the AIDataBoundEnterReportPromptPage<TModel> presenter.
IAIDataBoundEnterReportPromptPageView
IAINoDataEnterReportPromptPageView
Object BindableBase ViewModelBase WizardPageBase AINoDataEnterReportPromptPage AIDataBoundEnterReportPromptPage
See Also