Back to Devexpress

AIDataBoundEnterReportPromptPageView Class

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

latest2.8 KB
Original Source

AIDataBoundEnterReportPromptPageView Class

A view for the Enter Report Description 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 AIDataBoundEnterReportPromptPageView :
    WizardViewBase,
    IAIDataBoundEnterReportPromptPageView,
    IAINoDataEnterReportPromptPageView
vb
Public Class AIDataBoundEnterReportPromptPageView
    Inherits WizardViewBase
    Implements IAIDataBoundEnterReportPromptPageView,
               IAINoDataEnterReportPromptPageView

Remarks

AIDataBoundEnterReportPromptPageView defines GUI elements for the following page:

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

Implements

IAIDataBoundEnterReportPromptPageView

IAINoDataEnterReportPromptPageView

Inheritance

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase AIDataBoundEnterReportPromptPageView

See Also

AIDataBoundEnterReportPromptPageView Members

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