Supress and Shrink Column
Hi,
Can I supress and shrink a text object when the text object hit some condition for example is "".
Data:
1.222222
2.
3.333333
Can my data automatic become
1.222222
3.333333
Can fast report work like this?
TQ
Can I supress and shrink a text object when the text object hit some condition for example is "".
Data:
1.222222
2.
3.333333
Can my data automatic become
1.222222
3.333333
Can fast report work like this?
TQ
Comments
You can use conditional highlight:
http://fast-report.com/documentation/UserM...cthighlight.htm
Set appropriate condition, and uncheck the "Visible" flag. Also set the following properties:
TextObject.CanShrink = true
Band.CanShrink = true