фикс фикса

This commit is contained in:
frog24 2024-10-22 16:40:02 +04:00
parent cefc5fcbe3
commit 6f8592a884

View File

@ -120,9 +120,6 @@ namespace BarsukovComponents.NotVisualComponents
// throw new Exception("Кол-во полей объекта не совпадает с кол-вом колонок");
//}
for (int i = 0; i < cellsCount; i++)
{
var property = properties.FirstOrDefault(p => p.Name == colInfo[i].PropertyName);
@ -140,6 +137,7 @@ namespace BarsukovComponents.NotVisualComponents
table.Rows[rowData].Cells[i].AddParagraph(propValue.ToString());
}
}
rowData++;
}
var renderer = new PdfDocumentRenderer(true);