Hi ,
I have a Text control in my report and i want to hide/show this text dynamically in my code, and i am able to do that. But the problem is that its reserved hieght is still appearing. So how can i hide it, and hide its height also so that the other controls will not be separated by its height ?
Thanks.
Mohamad Zarif.
Netiks.
How to remove a text cmpletely from my report.
How to remove a text cmpletely from my report.
Hi,Zarif wrote:Hi ,
I have a Text control in my report and i want to hide/show this text dynamically in my code, and i am able to do that. But the problem is that its reserved hieght is still appearing. So how can i hide it, and hide its height also so that the other controls will not be separated by its height ?
Thanks.
Mohamad Zarif.
Netiks.
if you have the textcontrol inside a databand or other band, you can set the property "can shrink" to true.
Also set the enabled property to false (like text1.enabled = false)
thx
How to remove a text cmpletely from my report.
No the series of texts are all inside one header control. And i need to hide some of them at runtime. Any other suggestion since can shrink is not working ?Stephan1 wrote:Hi,Zarif wrote:Hi ,
I have a Text control in my report and i want to hide/show this text dynamically in my code, and i am able to do that. But the problem is that its reserved hieght is still appearing. So how can i hide it, and hide its height also so that the other controls will not be separated by its height ?
Thanks.
Mohamad Zarif.
Netiks.
if you have the textcontrol inside a databand or other band, you can set the property "can shrink" to true.
Also set the enabled property to false (like text1.enabled = false)
thx
How to remove a text cmpletely from my report.
Hello,
Please send us your report with test data which reproduces the issue for analysis.
Thank you.
Please send us your report with test data which reproduces the issue for analysis.
Thank you.