Hi,
i want to add to add horizontal line in footer for total so that it looks neat nd better …but i am getting the line lines even if there are no total fields…
can sum one say the expression for making it visible only if the fields occur…
Hi,
i want to add to add horizontal line in footer for total so that it looks neat nd better …but i am getting the line lines even if there are no total fields…
can sum one say the expression for making it visible only if the fields occur…
If the lines are a frame around the cells, the lines will not be printed when you set the Hidden property to an expression which returns true when the amount is zero.
i need that expression only… Can iknow that expression
RESOLVED [:)]
=IIF(First(ReportItems!textbox8.Value) = 0, True, False)