Skip to main content
All docs
V25.2
  • ReportPromptToReportBehavior.FixLayoutErrors Property

    Specifies whether to automatically resolve overlapping report controls.

    Namespace: DevExpress.AIIntegration.Wpf.Reporting

    Assembly: DevExpress.AIIntegration.Wpf.Reporting.v25.2.dll

    NuGet Package: DevExpress.AIIntegration.Wpf.Reporting

    Declaration

    public bool FixLayoutErrors { get; set; }

    Property Value

    Type Description
    Boolean

    true to resolve overlapping report controls; otherwise, false

    See Also