Косметическая правка сохранения отчёта)
This commit is contained in:
parent
3113ba8d31
commit
e1eada8462
@ -50,13 +50,13 @@ namespace BlacksmithWorkshopBusinessLogic.OfficePackage
|
||||
|
||||
CreateParagraph(new PdfParagraph
|
||||
{
|
||||
Text = $"Итого: {info.Orders.Sum(x => x.Sum)}\t", Style = "Normal", ParagraphAlignment = PdfParagraphAlignmentType.Right
|
||||
Text = $"\nИтого: {info.Orders.Sum(x => x.Sum)}\t", Style = "Normal", ParagraphAlignment = PdfParagraphAlignmentType.Right
|
||||
});
|
||||
|
||||
SavePdf(info);
|
||||
}
|
||||
|
||||
/// Создание doc-файла
|
||||
/// Создание pdf-файла
|
||||
protected abstract void CreatePdf(PdfInfo info);
|
||||
|
||||
/// Создание параграфа с текстом
|
||||
|
Loading…
Reference in New Issue
Block a user