Skip to main content
All docs
V26.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.v26.1.dll

    Declaration

    public AIDataBoundEnterReportPromptPage(
        IAIDataBoundEnterReportPromptPageView view
    )

    Parameters

    Name Type Description
    view IAIDataBoundEnterReportPromptPageView

    The view for the AIDataBoundEnterReportPromptPageView wizard page.

    See Also