Reportman.Drawing.Forms
3.9.15
dotnet add package Reportman.Drawing.Forms --version 3.9.15
NuGet\Install-Package Reportman.Drawing.Forms -Version 3.9.15
<PackageReference Include="Reportman.Drawing.Forms" Version="3.9.15" />
<PackageVersion Include="Reportman.Drawing.Forms" Version="3.9.15" />
<PackageReference Include="Reportman.Drawing.Forms" />
paket add Reportman.Drawing.Forms --version 3.9.15
#r "nuget: Reportman.Drawing.Forms, 3.9.15"
#:package Reportman.Drawing.Forms@3.9.15
#addin nuget:?package=Reportman.Drawing.Forms&version=3.9.15
#tool nuget:?package=Reportman.Drawing.Forms&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.Excel (>= 3.9.15)
- Reportman.Drawing.Windows (>= 3.9.15)
-
net8.0-windows7.0
- Reportman.Drawing (>= 3.9.15)
- Reportman.Drawing.Excel (>= 3.9.15)
- Reportman.Drawing.Windows (>= 3.9.15)
- WinForms.DataVisualization (>= 1.10.0)
-
net9.0-windows7.0
- Reportman.Drawing (>= 3.9.15)
- Reportman.Drawing.Excel (>= 3.9.15)
- Reportman.Drawing.Windows (>= 3.9.15)
- WinForms.DataVisualization (>= 1.10.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Reportman.Drawing.Forms:
| Package | Downloads |
|---|---|
|
Reportman.Designer
Reportman template designer, allows template design , execution , preview, print and export results. |
|
|
Reportman.Reporting.Forms
Reportman Report preview and print, Windows Forms, UI for report parameters and page setup. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.9.15 | 163 | 12/13/2025 |
Initial release