Back to Devexpress

AINoDataEnterReportPromptPage<TModel> Class

xtrareports-devexpress-dot-aiintegration-dot-reporting-dot-wizard-dot-presenters-dot-ainodataenterreportpromptpage-1.md

latest2.1 KB
Original Source

AINoDataEnterReportPromptPage<TModel> Class

A presenter for the Report Wizard AINoDataEnterReportPromptPageView page.

Namespace : DevExpress.AIIntegration.Reporting.Wizard.Presenters

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

NuGet Package : DevExpress.AIIntegration.Reporting.Common

Declaration

csharp
public class AINoDataEnterReportPromptPage<TModel> :
    WizardPageBase<IAINoDataEnterReportPromptPageView, TModel>
    where TModel : XtraReportModel
vb
Public Class AINoDataEnterReportPromptPage(Of TModel As XtraReportModel)
    Inherits WizardPageBase(Of IAINoDataEnterReportPromptPageView, TModel)

Type Parameters

NameDescription
TModel

A report model that stores settings defined on Report Wizard pages.

|

Remarks

This presenter is associated with views that implement the IAINoDataEnterReportPromptPageView interface.

Inheritance

Object WizardPageBase<IAINoDataEnterReportPromptPageView, TModel> AINoDataEnterReportPromptPage<TModel>

See Also

AINoDataEnterReportPromptPage<TModel> Members

DevExpress.AIIntegration.Reporting.Wizard.Presenters Namespace