Back to Devexpress

IAIDataBoundEnterReportPromptPageView Interface

xtrareports-devexpress-dot-aiintegration-dot-reporting-dot-wizard-dot-views-70b92a64.md

latest1.8 KB
Original Source

IAIDataBoundEnterReportPromptPageView Interface

If implemented, supplies a view for the Enter Report Description page.

Namespace : DevExpress.AIIntegration.Reporting.Wizard.Views

Assembly : DevExpress.AIIntegration.Reporting.Common.v25.2.dll

NuGet Package : DevExpress.AIIntegration.Reporting.Common

Declaration

csharp
public interface IAIDataBoundEnterReportPromptPageView :
    IAINoDataEnterReportPromptPageView
vb
Public Interface IAIDataBoundEnterReportPromptPageView
    Inherits IAINoDataEnterReportPromptPageView

Remarks

The following classes implement IAIDataBoundEnterReportPromptPageView:

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

See Also

IAIDataBoundEnterReportPromptPageView Members

DevExpress.AIIntegration.Reporting.Wizard.Views Namespace