Skip to main content
All docs
V25.1
  • ReportPromptToReportBehaviorProperties.FixLayoutErrors Property

    Specifies whether to automatically resolve report control overlapping.

    Namespace: DevExpress.AIIntegration.WinForms.Reporting

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

    NuGet Package: DevExpress.AIIntegration.WinForms.Reporting

    Declaration

    [DefaultValue(true)]
    [DXCategory("Behavior")]
    public bool FixLayoutErrors { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true to resolve report control overlapping; otherwise, false

    See Also