diff --git a/CertReports.Syncfusion/Services/Implementations/ExpiredAnagraficaSectionRenderer.cs b/CertReports.Syncfusion/Services/Implementations/ExpiredAnagraficaSectionRenderer.cs index ea04a46..d5d1e05 100644 --- a/CertReports.Syncfusion/Services/Implementations/ExpiredAnagraficaSectionRenderer.cs +++ b/CertReports.Syncfusion/Services/Implementations/ExpiredAnagraficaSectionRenderer.cs @@ -197,8 +197,8 @@ public class ExpiredAnagraficaSectionRenderer : IPdfSectionRenderer ("Rendimento Totale", info.RendimentoTotale), }; - // Posizione x=0, larghezza intera pagina — allineato a sinistra come Caratteristiche - return DrawKVList(g, items, 0, PageW, y); + // Posizione x=0, stessa larghezza della tabella Caratteristiche Prodotto + return DrawKVList(g, items, 0, ColW, y); } private float DrawKVList(PdfGraphics g, (string Label, string Value)[] items, float x, float w, float y)