Back to Devexpress

AINoDataEnterReportPromptPage Class

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

latest2.2 KB
Original Source

AINoDataEnterReportPromptPage Class

A view for the Enter Report Description 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 AINoDataEnterReportPromptPage :
    WizardPageBase,
    IAINoDataEnterReportPromptPageView,
    IReportWizardPage
vb
<POCOViewModel>
Public Class AINoDataEnterReportPromptPage
    Inherits WizardPageBase
    Implements IAINoDataEnterReportPromptPageView,
               IReportWizardPage

Remarks

AINoDataEnterReportPromptPage defines GUI elements for the following page:

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

Implements

IAINoDataEnterReportPromptPageView

Inheritance

Object BindableBase ViewModelBase WizardPageBase AINoDataEnterReportPromptPage AIDataBoundEnterReportPromptPage

See Also

AINoDataEnterReportPromptPage Members

DevExpress.AIIntegration.Wpf.Reporting Namespace