website statistics

Introduction

Stampa .NET engine is a tool for producing printing reports in .NET applications. The basic idea is to create XML based templates that store information about page looks, and eventually to load these templates from within your program, fill them with data and print.

Stampa is complete system for creating reports in .NET. Printing engine is separated from designer application, it's standalone and easy to use. Printing engine is contained in assembly named Stampa.dll.

Stampa Designer is the other part of a Stampa system. It is a highly-sofisticated tool for generating XML template files on the fly. Using Stampa Designer you can easily create, edit and manipulate with your template files to suite your needs.

 

 

Beside XML files, with Stampa Designer you can export your reports in PDF and XSL-FO format. You may find it a very easy way to generate a number of parameterized PDF reports in short period. In some way, you may consider Stampa Designer as PDF files generator.

DaReport

Stampa .NET printing engine originates from the same author as daReport tool for print, presented at www.codeproject.com/csharp/daReport.asp . It is based on the daReport technology, yet brings a lot of new features. Unlike daReport, Stampa is commercial software. DaReport project at the given address is still open-source project by all means.