Skip to main content
All docs
V25.1
  • AIReportingConfigurationBuilder.AddPromptToExpressionConverter(Action<AIPromptToExpressionConfigurationBuilder>) Method

    Activates AI-powered Prompt-to-Expression functionality in the Web Report Designer.

    Namespace: DevExpress.AspNetCore.Reporting

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

    NuGet Package: DevExpress.AIIntegration.AspNetCore.Reporting

    Declaration

    public AIReportingConfigurationBuilder AddPromptToExpressionConverter(
        Action<AIPromptToExpressionConfigurationBuilder> configuration
    )

    Parameters

    Name Type Description
    configuration Action<AIPromptToExpressionConfigurationBuilder>

    An Action<T> delegate method that allows you to configure AI-powered Prompt-to-Expression functionality in the Web Report Designer.

    Returns

    Type Description
    AIReportingConfigurationBuilder

    An AIReportingConfigurationBuilder object that can be used to further configure the AI-powered functionality in Web Document Viewer and Web Report Designer.

    See Also