How can i do it? with grouping or else?

edited 10:32PM in FastReport 4.0
Hi
Look at the picture
For example:

This is DataBase

This is the report i want

Comments

  • gpigpi
    edited 10:32PM
    Use two datasets. First - unique A values (master), second - B,C values (detail). Show A values on the stretched TfrxMasterData (TfrxMasterData.Stretched = True). Set TfrxMemoView.StretchMode to smMaxHeight. Place TfrxSubReport on TfrxMasterData. Set TfrxSubReport.PrintOnParent to True. Show detail dataset in the TfrxSubReport (use TfrxMasterData in the subreport too)

Leave a Comment