Skip to main content
All docs
V25.1
  • ReportLocalizationBehavior.Create(Type, Nullable<Int32>) Method

    For internal use. You do not need to call it directly from your code.

    Namespace: DevExpress.AIIntegration.WinForms.Reporting

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

    NuGet Package: DevExpress.AIIntegration.WinForms.Reporting

    Declaration

    [Browsable(false)]
    public static ReportLocalizationBehavior Create(
        Type behaviorSourceType,
        int? retryErrorCount
    )

    Parameters

    Name Type
    behaviorSourceType Type
    retryErrorCount Nullable<Int32>

    Returns

    Type
    ReportLocalizationBehavior
    See Also