report » Page 115 » Developer.Team - Developers Paradise!

ReportBuilder Enterprise 17.01 Delphi 10 Seattle

ReportBuilder Enterprise 17.01 Delphi 10 Seattle
ReportBuilder Enterprise 17.01 Delphi 10 Seattle | 57 Mb


With ReportBuilder Enterprise, you get everything included in ReportBuilder Professional, plus the RAP language, which allows developers and end users to code calculations and complex event handlers at run-time. RAP enables the entire report definition (data, calculations, and layout) to be stored outside of the application executable.
Read more

FastReport VCL Enterprise 5.4.2

FastReport VCL Enterprise 5.4.2
FastReport VCL Enterprise 5.4.2 | 15 Mb


FastReport VCL is an add-on component that allows your application to generate reports quickly and efficiently. FastReport® provides all the tools necessary for developing reports, including a visual report designer, a reporting core, and a preview window. It can be used in Embarcadero (ex Borland and CodeGear) Delphi 7-XE8 and C++Builder 2005-XE10.
Read more

QuickReport 5.06 D10 Seattle Retail

QuickReport 5.06 D10 Seattle Retail
QuickReport 5.06 D10 Seattle Retail | 18 Mb


QuickReport is a set of components and controls that allow reports to be designed and previewed in the Delphi and C++ Builder IDEs. Applications including Quickreport functionality can then be deployed royalty free. QuickReport is a banded report generator written in 100% Delphi code that integrates very closely with Delphi and C++Builder. Design reports within the Delphi/C++Builder IDE using the form designer as a report designer.
Read more

NGS.Templater-NET 2.1.5

NGS.Templater-NET 2.1.5
NGS.Templater-NET 2.1.5 | 82 kB


Templater is a small reporting library with a minimal interface. Use your favorite editor (Word, Excel) to create report templates and just fill them with data. It's really as simple as that. Templater is not just a mail-merge library. It supports collections, nested collections and can create very complex reports.

var myFile = "MyDocument.docx";
var data = new { Tag = "a tray" };

using (var document = Configuration.Factory.Open(myFile))
  document.Process(data);

Process.Start(myFile);
Read more