Skip to main content
All docs
V26.1
  • AIReportingConfigurationBuilder.AddLocalization(Action<AIConfigurationBuilderBase>) Method

    Activates AI-powered report localization functionality in the Web Report Designer.

    Namespace: DevExpress.AspNetCore.Reporting

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

    Declaration

    public AIReportingConfigurationBuilder AddLocalization(
        Action<AIConfigurationBuilderBase> configure
    )

    Parameters

    Name Type Description
    configure Action<AIConfigurationBuilderBase>

    A configuration builder used to configure AI-powered functionality.

    Returns

    Type Description
    AIReportingConfigurationBuilder

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

    See Also