FastReports: Add Querys Data Tab without Database connection from Client Side

572 Views Asked by At

I have a multi-tier application made in Delphi XE3.

At client side, I have a report made with FastReports associated to a TClientDataSet with the main data, but I need to add querys in TFrxReport's Data Tab for get data from detail tables. I can't add those querys on the app because the end user is who select that details on runtime and it would can be many details. I need add that details dinamicly.

The question is, ¿Is possible add querys inside TFrxReport's component Data Tab without a database connection on Client Side? or ¿Do I need to add a Database Connection definitely?.

Best Regards

0

There are 0 best solutions below