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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Reportman.Drawing.Forms" Version="3.9.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Reportman.Drawing.Forms" Version="3.9.15" />
                    
Directory.Packages.props
<PackageReference Include="Reportman.Drawing.Forms" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Reportman.Drawing.Forms --version 3.9.15
                    
#r "nuget: Reportman.Drawing.Forms, 3.9.15"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Reportman.Drawing.Forms@3.9.15
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Reportman.Drawing.Forms&version=3.9.15
                    
Install as a Cake Addin
#tool nuget:?package=Reportman.Drawing.Forms&version=3.9.15
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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