How to implement grouping and multi column reports

I want to implement a report: grouping and multiple columns. The value of the grouping field should be displayed at the top of each page; The columns need to be displayed from top to bottom and from left to right. Please refer to the file 'wanted report.docx' for details.

Thanks.

Comments

  • use TfrxPageHeader band, set TfrxGroupHeader.Height to 0

    use Page1.OnBeforePrint event:

       procedure Page1OnBeforePrint(Sender: TfrxComponent);

       begin

       MasterData1.Dataset.First;

       end;

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.