SimpleWPFReporting
SimpleWPFReporting copied to clipboard
Hard-coded strings
Hard-coded strings like file names, ... for example in Report.cs
`ReportPages.ForEach((reportPage, index) => printDialog.PrintVisual(reportPage.LayoutRoot, $"Карточка Точки {index + 1}"));`