Report with diferent labels from same dataset

edited June 2011 in FastReport 4.0
I move all my reports from Rave to FastReports.
I have an report on A4 page with 2 or 3 columns of labels.
There are two types of labels that must print from same dataset.
For example 4 labels type A, 1 type B, 7 type A, etc....
In Rave it's simple with DataMirrorSection.
In FastReports I can do this (without columns) with with additional Child band and from script change Visible property of the MasterData and Child alternately.
But this do not work with columns because child bands do not have Columns property or do not use master Columns property.

Comments

  • edited 6:18PM
    If I work with Columns property of the Page it works.
    I have a child band and from script (MasterData1OnBeforePrint) I change Visible property alternately from MasterData to Child.
    But the problem is that labels go from up do down, not from left to right.
  • edited 6:18PM
    Try using the column property of the band.
  • edited 6:18PM
    The problem is that child band do not have Columns property.
    And I do not know how to do a complex label (2 or more label types) and print one or other type of label without Child bands.
    With child band is easy to change Visible property alternately from Master to Child.
    One solution is to write a BIG script that change all into the label but and I do not like this.
  • edited 6:18PM
    I wonder whether a subreport can be put onto a childband?

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.