开发者

Delphi XE2 FireMonkey Reporting Options

开发者 https://www.devze.com 2023-04-02 01:08 出处:网络
XE2 is out and I\'ve noticed th开发者_如何转开发at FMX seems to not have any reporting options?

XE2 is out and I've noticed th开发者_如何转开发at FMX seems to not have any reporting options?

VCL has Fast Report and I think still Rave 10 - but nothing for FMX?


One possible solution (although windows only) would be to have a datasnap server generate the reports using rave/fast reports, exporting that to html/pdf and shipping the result to the client for display. Not perfect, but it closes the gap until a full FMX solution is available.


Do they have a Rich Edit or HTML component with print capabilities? You could hobble together a reasonable reporting engine pretty quickly with one of those.


You can combine VCL and FMX forms in a single project.
See: Delphi XE2: Possible to instantiate a FireMonkey Form in VCL application?

For the time being you can put the report form in VCL in your FMX application and maybe replace it with a pure FMX solution later on.
But that of course would be Windows only, probably not what you want.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号