conditional header and footers
hi, how can i hide the header and footer when there are no rows displayed in a table?
April 27th, 2011 12:32pm

Hi, Could you please be more specific. Do you want to hide the page header or a group header of the report? Regards, Ram
Free Windows Admin Tool Kit Click here and download it now
April 27th, 2011 1:22pm

Simply go to the text box property ( all textboxes used in header and footer) --> Visibility --> add expression by selecting any field from the dataset ex: =IIF(First(Fields!FieldName.Value, "DataSet1")= 0, True, False) That means if the field has no value, those textboxes will not be visible. Thanks Please mark as Answer if your problem is resolved.
April 27th, 2011 3:12pm

Thats not working for me....
Free Windows Admin Tool Kit Click here and download it now
April 27th, 2011 6:07pm

=IIF(count(Fields!Fields.Value, "Dataset")> 0, False,True) worked for me.. thanks
April 27th, 2011 6:42pm

=IIF(count(Fields!Fields.Value, "Dataset")> 0, False,True) worked for me.. thanks
Free Windows Admin Tool Kit Click here and download it now
April 27th, 2011 6:42pm

=IIF(count(Fields!Fields.Value, "Dataset")> 0, False,True) worked for me.. thanks
April 27th, 2011 6:42pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics