фикс фикса
This commit is contained in:
parent
cefc5fcbe3
commit
6f8592a884
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user