How to personalize report?
Im using FR4 with Delphi XE-3, its long time im searching but couldn't find a clue! how can i choose what fields (Column in report) be appeared in the report? i want to do it in run-time without re-designing report with FR designer environment, something like this:
(im not expecting as easy as mentioned, it was just an example!)
Report.Column[1].Visible := False;
(im not expecting as easy as mentioned, it was just an example!)
Comments
if i use TfrxMemo and set its visible on false, i'll have an empty space, but if there be a way to show only columns i want, there be no empty space and other columns will fill the area...