Skip to main content
All docs
V26.1
  • ReportPromptToReportBehavior.FixLayoutErrors Property

    Specifies whether to automatically resolve overlapping report controls.

    Namespace: DevExpress.AIIntegration.Wpf.Reporting

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

    Declaration

    public bool FixLayoutErrors { get; set; }

    Property Value

    Type Description
    Boolean

    true to resolve overlapping report controls; otherwise, false

    See Also