diff --git a/CertReports.Syncfusion/Services/Implementations/AnagraficaSectionRenderer.cs b/CertReports.Syncfusion/Services/Implementations/AnagraficaSectionRenderer.cs index 085ed44..052f00d 100644 --- a/CertReports.Syncfusion/Services/Implementations/AnagraficaSectionRenderer.cs +++ b/CertReports.Syncfusion/Services/Implementations/AnagraficaSectionRenderer.cs @@ -47,7 +47,7 @@ public class AnagraficaSectionRenderer : IPdfSectionRenderer y += SectionGap; // ── SEZIONE C: SOTTOSTANTI ──────────────────────────────────── - if (info.Sottostanti.Count > 0) + if (!data.ShowDividend && info.Sottostanti.Count > 0) { // Se lo spazio rimanente è meno di 80pt, nuova pagina if (y > PageH - 80f)