Page 1 of 1
Background of column
Posted: Fri Nov 04, 2016 9:57 am
by x46x
Hi, I have a band with 3 column and I have setup a background of this band, but if the one column is empty I don't have a background here. it is possible to see a background even if the column is empty?
Another question is: I have a horizontal line in that band 3 column band, it is possible to see this line only in first column?
Thank you
Re: Background of column
Posted: Fri Nov 04, 2016 1:21 pm
by Alex K.
Hello,
Could you explain your issue in more details?
You can set the background in the Condition. Also, you can check null value in it.
> Another question is: I have a horizontal line in that band 3 column band, it is possible to see this line only in first column?
Please send us a sample report with test data for analysis.
Thank you.
Re: Background of column
Posted: Fri Nov 04, 2016 1:52 pm
by x46x
In attachment. I want the background of the band on every column even if the column is empty. If the third column is empty there is no grey background and it is transparent.. And on the left side there is a horizontal line, I want that line only in the first column..
Re: Background of column
Posted: Sun Nov 06, 2016 7:41 am
by Alex K.
Hello,
Please try to use the Text component instead a LinePrimitive and the following Condition:
Column != 1
and set "Component Is Enabled" option to false.
Thank you.
Re: Background of column
Posted: Mon Nov 07, 2016 7:46 am
by x46x
Thank you, it work now! But what about a background? I want a grey backgound here even if trhe column is empty. Thank you
Re: Background of column
Posted: Wed Nov 09, 2016 8:20 am
by Alex K.
Hello,
As a way, you can use the additional band with Panel.
Please see sample report in the attachment.
Thank you.