I've a vertical line that i want to suppress with a condition. Unfortunately I don't see the condition option by a line. When I use an empty textbox, all the other text is moved down. Is there conditional another suppress option for a line?
suppress line conditional in crystal report
24.3k views Asked by Shohel At
3
There are 3 answers
0
On
Simple way,
Insert Text object increase the length of the object as required.
Go to Format Object -> select border property and choose Top or bottom lines.
- Put some text (like under score or space) for object text and minimize the width of the object so that you can't see the provided data to the object but still border appears as a line.
As it worked for me.
You can't conditionally suppress a line in CR. I know of two options to get around that:
if condition then crWhite else NoColor
, wherecrWhite
will hide the line,NoColor
will show it.