New version of HTML Report Library released!

New version of HTML Report Library released!
+ XE7 support
+ FMX support for all platforms (Win/MacOS/Android/iOS)
+ Table column moving/sizing
+ Table sorting
+ Table grouping
+ All user changes are saved when exported or printed (for example  opened groups in Interactive report)
+ Hints with pictures (see VCL demo)
+ Hints with tables  (see VCL demo)
+ Non-dataset data sources (see Files report in demo )
+ Faster renderg and smooth scrolling on mobile platforms

New compiled demos for all platforms:
http://delphihtmlcomponents.com/reports.html

About HTML Report Library:
HRL is a template-based cross-platform reporting library for Delphi, designed to generate reports using databases, XML and other data sources (see Files example).

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 could 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 is 100% native and supports all versions of Delphi from Delphi 6  to Delphi XE7 (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.

Comments

Post a Comment