ISEbd-21 Melnikov I.O. Lab Work 04 Base #10

Closed
Igor-Melnikov wants to merge 10 commits from lab4 into lab3
Showing only changes of commit 92fc67475c - Show all commits

View File

@ -39,7 +39,7 @@ namespace BlacksmithWorkshopBusinessLogic.OfficePackage
{
Text = $"Итого: {info.Orders.Sum(x => x.Sum)}\t",
Style = "Normal",
ParagraphAlignment = PdfParagraphAlignmentType.Center
ParagraphAlignment = PdfParagraphAlignmentType.Right
});
SavePdf(info);
}