PrintIfEmpty?
danni
Denmark
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?
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
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.