I have a report that I need certain controls (labels)not to print if there is no data a particular text box control. In the details section of the report I added code in the On Format event that basicly said Visible = False if text box control is = to null. This worked but then it would leave blank spaces. So then i add the Can Shrink property to the report properties and it still printed the report with unwanted space if there is no data in the controls.
I have had other situations where the can shrink feature doesn't seem to work.
Any suggestions?
I have had other situations where the can shrink feature doesn't seem to work.
Any suggestions?