SimpleWPFReporting icon indicating copy to clipboard operation
SimpleWPFReporting copied to clipboard

Hard-coded strings

Open dr-ahmed-said opened this issue 5 years ago • 0 comments

Hard-coded strings like file names, ... for example in Report.cs

            `ReportPages.ForEach((reportPage, index) => printDialog.PrintVisual(reportPage.LayoutRoot, $"Карточка Точки {index + 1}"));`

dr-ahmed-said avatar Dec 14 '20 11:12 dr-ahmed-said