Header and dataBand

dannidanni Denmark
edited 2:30AM in FastReport .NET
Hi

I have a problem printing a databand and it's header on the same page. Header is printed on first page and databand is printed on page 2.

Comments

  • edited 2:30AM
    Hello,

    Databand's header has KeepWithData property. Set it to true.
  • dannidanni Denmark
    edited April 2010
    Yes, we are following the manual. But it does'nt seem to work.
  • edited 2:30AM
    It does work for me, could you make a simple test case?
  • dannidanni Denmark
    edited April 2010
    Hi my collegue has made this note.

    I cannot make an other example with the same issue.
  • edited 2:30AM
    Please send the report file to tz@fast-report.com.
  • edited 2:30AM
    The reason is that Datapkt12 band has CanBreak option. So the small part of this databand is actually printed on the same page together with the data header. You have to set CanBreak to false for that band if you use KeepWithData mechanism.

Leave a Comment