Skip to main content
All docs
V25.1
  • AIDataBoundEnterReportPromptPage(IAIDataBoundEnterReportPromptPageView) Constructor

    Initializes a new instance of the AIDataBoundEnterReportPromptPage<TModel> class with specified settings.

    Namespace: DevExpress.AIIntegration.Reporting.Wizard.Presenters

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

    NuGet Package: DevExpress.AIIntegration.Reporting.Common

    Declaration

    public AIDataBoundEnterReportPromptPage(
        IAIDataBoundEnterReportPromptPageView view
    )

    Parameters

    Name Type Description
    view IAIDataBoundEnterReportPromptPageView

    The view for the AIDataBoundEnterReportPromptPageView wizard page.

    See Also