Reportman.Drawing.Windows
3.9.15
dotnet add package Reportman.Drawing.Windows --version 3.9.15
NuGet\Install-Package Reportman.Drawing.Windows -Version 3.9.15
<PackageReference Include="Reportman.Drawing.Windows" Version="3.9.15" />
<PackageVersion Include="Reportman.Drawing.Windows" Version="3.9.15" />
<PackageReference Include="Reportman.Drawing.Windows" />
paket add Reportman.Drawing.Windows --version 3.9.15
#r "nuget: Reportman.Drawing.Windows, 3.9.15"
#:package Reportman.Drawing.Windows@3.9.15
#addin nuget:?package=Reportman.Drawing.Windows&version=3.9.15
#tool nuget:?package=Reportman.Drawing.Windows&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 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Reportman.Drawing (>= 3.9.15)
- SharpDX.Direct2D1 (>= 4.2.0)
- System.Drawing.Common (>= 9.0.9)
-
net8.0
- Reportman.Drawing (>= 3.9.15)
- SharpDX.Direct2D1 (>= 4.2.0)
- System.Drawing.Common (>= 9.0.9)
-
net9.0
- Reportman.Drawing (>= 3.9.15)
- SharpDX.Direct2D1 (>= 4.2.0)
- System.Drawing.Common (>= 9.0.9)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Reportman.Drawing.Windows:
| Package | Downloads |
|---|---|
|
Reportman.WPF
Reportman Metafile preview and print, Windows Presentation Foundation (WPF). |
|
|
Reportman.Drawing.Forms
Reportman Metafile preview and print, Windows Forms, includes PDF and Excel output. |
|
|
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 | 173 | 12/13/2025 |
Initial release