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:
Report.Column[1].Visible := False;

(im not expecting as easy as mentioned, it was just an example!)

Comments

  • gpigpi
    edited 8:13AM
    Use TfrxMemoView(frxReport1.FindObject('YourFieldMemo')).Visible := False;
  • gpi wrote: »
    Use TfrxMemoView(frxReport1.FindObject('YourFieldMemo')).Visible := False;

    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...

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.