ANN: HTML Report Library released!

ANN: HTML Report Library released!

HRL is a template-based reporting library for Delphi, designed to generate reports
using databases and XML.

Templates are simple HTML files containing special tags, and output is pure HTML suitable
for displaying in any browser and sending by mail (all of the graphics are directly integrated into the text,
so when sending mail you don't have to attach pictures separately).

HRL can be used in client applications to generate and view report inside the program,
and in server applications or Web-servers.

As a template language HRL uses widely known Mustache with some extensions.

Library supports all versions of Delphi from Delphi 6 to Delphi XE6, and also supports Unicode
for old non-unicode versions of Delphi using widestring.

HRL fully supports Right-to-Left languages, including order of table columns and location of chart data.

HRL supports major data-access components ( FireDac, IBX, UIB, DOA).
Adapters for other libraries could be implemented very simply and takes not more than 10 minutes.

HRL is totally based on HTML Component Library and includes full version of HCL,
so HCL users with active subscription could upgrade to HTML Report Library paying only difference.

Plese see more information and compiled demo (you can connect demo
to any FB/IB/Oracle/MSSQL/MySQL database or use included sample
database) on site:

http://delphihtmlcomponents.com/reports.html
http://delphihtmlcomponents.com/reports.html

Comments