Skip to main content
All docs
V25.1
  • PromptToReportExtension(IServiceProvider) Constructor

    Initializes a new instance of the PromptToReportExtension class with specified settings.

    Namespace: DevExpress.AIIntegration.Reporting.Common.Extensions

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

    NuGet Package: DevExpress.AIIntegration.Reporting.Common

    Declaration

    public PromptToReportExtension(
        IServiceProvider serviceProvider
    )

    Parameters

    Name Type
    serviceProvider IServiceProvider
    See Also