PrintIfEmpty?

dannidanni Denmark
edited 1:24AM in FastReport .NET
Hi

I have a databand and a header.

How do I ensure the header to a databnd is always printed if the databand of the header is empty?

Comments

  • edited 1:24AM
    Hello,

    When there is no data in databand, it won't be printed together with all related stuff (header/footer/child...).
    You have two options to print something in this case:
    1) set databand's PrintIfDataSourceEmpty property to true. This will print empty databand row even if there is no data.
    2) use the following method:
    http://fast-report.com/documentation/UserM...gnodatatext.htm
    In this case you will need to duplicate the header band's content in the child.

Leave a Comment