From 5b6400903dc0c01fa1462fce2d9eb4907354005a Mon Sep 17 00:00:00 2001 From: SmartRootsSrl Date: Mon, 23 Mar 2026 16:00:14 +0100 Subject: [PATCH] feat: skip sottostanti table in expired anagrafica when ShowDividend=true --- .../Implementations/ExpiredAnagraficaSectionRenderer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {