Reportman.WPF
3.9.15
dotnet add package Reportman.WPF --version 3.9.15
NuGet\Install-Package Reportman.WPF -Version 3.9.15
<PackageReference Include="Reportman.WPF" Version="3.9.15" />
<PackageVersion Include="Reportman.WPF" Version="3.9.15" />
<PackageReference Include="Reportman.WPF" />
paket add Reportman.WPF --version 3.9.15
#r "nuget: Reportman.WPF, 3.9.15"
#:package Reportman.WPF@3.9.15
#addin nuget:?package=Reportman.WPF&version=3.9.15
#tool nuget:?package=Reportman.WPF&version=3.9.15
Reportman .Net Library
A cross-platform reporting library for .NET and Delphi/C++Builder, ActiveX and command line.
Report Designer and Report server, supporting .Net, Delphi/C++Builder, ActiveX and command line tools. Currently supported platforms: Windows and Linux. Supported .NET versions: .NET Framework 4.8, .NET 8, .NET 9
Usage: ``csharp var report = new Reportman.Reporting.Report(); report.LoadFromFile("test.rep");
// PDF var printout = new Reportman.Drawing.Windows.PrintOutPDF(); printout.FileName = "test.pdf"; printout.Print(report.metafile);
// Preview/print report var printoutWin = new Reportman.Reporting.Forms.PrintOutReportWinForms(); printoutWin.Preview = true; printoutWin.Print(report.metafile);
## Project Links
- Project homepage: https://reportman.es
- GitHub repository: https://github.com/tonimartir/reportman
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net9.0-windows7.0 is compatible. net10.0-windows was computed. |
| .NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Reportman.Drawing (>= 3.9.15)
- Reportman.Drawing.Windows (>= 3.9.15)
-
net8.0-windows7.0
- Reportman.Drawing (>= 3.9.15)
- Reportman.Drawing.Windows (>= 3.9.15)
-
net9.0-windows7.0
- Reportman.Drawing (>= 3.9.15)
- Reportman.Drawing.Windows (>= 3.9.15)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.9.15 | 166 | 12/13/2025 |
Initial release