SimpleWPFReporting
SimpleWPFReporting copied to clipboard
Reporting in WPF (XAML) made easy
Could you provide a sample with more than one page? I really didn't get it to work.
Hard-coded strings like file names, ... for example in Report.cs `ReportPages.ForEach((reportPage, index) => printDialog.PrintVisual(reportPage.LayoutRoot, $"Карточка Точки {index + 1}"));`
I can not seem to get the ExportReportasPDF method working. Hope you can help. 
This fix resolve this problems: At line 179 : `bool? result = printDialog.ShowDialog(); //Add this two lines: reportContainer.Measure(new Size(double.PositiveInfinity, double.PositiveInfinity)); reportContainer.Arrange(new Rect(0, 0, reportContainer.DesiredSize.Width, reportContainer.DesiredSize.Height));` now i've all objects in...
Why don't you include a small app for using the tool? or at least a few coding in the introduction?
Will there be support .net 6? Or not, and the project has been abandoned for a long time? :(