SimpleWPFReporting icon indicating copy to clipboard operation
SimpleWPFReporting copied to clipboard

Reporting in WPF (XAML) made easy

Results 6 SimpleWPFReporting issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/71722057/101649270-02d61c80-3a3b-11eb-9d46-5c13c410f29b.png)

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? :(