Back to Devexpress

AINoDataEnterReportPromptPageView Class

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

latest2.6 KB
Original Source

AINoDataEnterReportPromptPageView 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 AINoDataEnterReportPromptPageView :
    WizardViewBase,
    IAINoDataEnterReportPromptPageView
vb
Public Class AINoDataEnterReportPromptPageView
    Inherits WizardViewBase
    Implements IAINoDataEnterReportPromptPageView

Remarks

AINoDataEnterReportPromptPageView defines GUI elements for the following page:

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

Implements

IAINoDataEnterReportPromptPageView

Inheritance

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase AINoDataEnterReportPromptPageView

See Also

AINoDataEnterReportPromptPageView Members

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