fix: rename sottostanti column headers (Barriera/Buffer/Trigger Cedola)
This commit is contained in:
@@ -390,8 +390,8 @@ public class AnagraficaSectionRenderer : IPdfSectionRenderer
|
|||||||
grid.Style.CellPadding = new PdfPaddings(2, 2, 2, 2);
|
grid.Style.CellPadding = new PdfPaddings(2, 2, 2, 2);
|
||||||
|
|
||||||
// 9 colonne
|
// 9 colonne
|
||||||
string[] headers = { "Nome", "Strike", "Last", "% Perf.", "Barr.K",
|
string[] headers = { "Nome", "Strike", "Last", "% Perf.", "Barriera Capitale",
|
||||||
"Buffer K", "Trig.CPN", "Buf.CPN", "Trig.AC" };
|
"Buffer Capitale", "Trigger Cedola", "Buffer Cedola", "Trig.AC" };
|
||||||
|
|
||||||
foreach (var _ in headers) grid.Columns.Add();
|
foreach (var _ in headers) grid.Columns.Add();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user