diff --git a/CertReports.Syncfusion/Services/Implementations/ExpiredAnagraficaSectionRenderer.cs b/CertReports.Syncfusion/Services/Implementations/ExpiredAnagraficaSectionRenderer.cs index 3205274..ee64f32 100644 --- a/CertReports.Syncfusion/Services/Implementations/ExpiredAnagraficaSectionRenderer.cs +++ b/CertReports.Syncfusion/Services/Implementations/ExpiredAnagraficaSectionRenderer.cs @@ -46,7 +46,7 @@ public class ExpiredAnagraficaSectionRenderer : IPdfSectionRenderer y += SectionGap; // ── SEZIONE C: SOTTOSTANTI ──────────────────────────────────── - if (info.Sottostanti.Count > 0) + if (!data.ShowDividend && info.Sottostanti.Count > 0) { if (y > PageH - 80f) {