Фикс колонок отчета.
This commit is contained in:
parent
d914f59db5
commit
5ac0a5cebd
@ -64,11 +64,11 @@ namespace BankBusinessLogic.OfficePackage
|
||||
CreateParagraph(new PdfParagraph { Text = info.Title, Style = "NormalTitle", ParagraphAlignment = PdfParagraphAlignmentType.Center });
|
||||
CreateParagraph(new PdfParagraph { Text = $"с {info.DateFrom.ToShortDateString()} по {info.DateTo.ToShortDateString()}", Style = "Normal", ParagraphAlignment = PdfParagraphAlignmentType.Center });
|
||||
|
||||
CreateTable(new List<string> { "4cm", "3cm", "2cm", "3cm", "3cm"});
|
||||
CreateTable(new List<string> { "4cm", "3cm", "2cm", "4cm", "3cm"});
|
||||
|
||||
CreateRow(new PdfRowParameters
|
||||
{
|
||||
Texts = new List<string> { "Номер закупки", "Дата выплаты", "Валюта", "Номер выплаты", "Дата закупки" },
|
||||
Texts = new List<string> { "Номер закупки", "Дата закупки", "Валюта", "Номер выплаты", "Дата выплаты" },
|
||||
Style = "NormalTitle",
|
||||
ParagraphAlignment = PdfParagraphAlignmentType.Center
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user