Page 1 of 1
create circle
Posted: Sun Oct 24, 2010 3:37 am
by majidsoft
hi i have one field that contain data i want to draw circle around the field if my filed data is greater than (for example 2) i want color of that circle been red
thanks
create circle
Posted: Mon Oct 25, 2010 3:05 am
by Alex K.
Hello,
Please see the sample report in attachment.
Thank you.
create circle
Posted: Sat Oct 30, 2010 6:48 am
by majidsoft
thanks
i use your code
i want to use this code for example data between 14 to 19
this code is work but when my data is null i dont want to this code work but circle is drawind around null data too
thanks
create circle
Posted: Mon Nov 01, 2010 12:49 am
by Alex K.
Hello,
You can add in you Conditions following expression:
Code: Select all
DataSource["Column"] == DBNull.Value
Thank you.
create circle
Posted: Mon Nov 01, 2010 7:23 am
by majidsoft
hi
i use this code but i faced with this error
'system.DBNull' does not contain definition for 'value'
thanks
create circle
Posted: Mon Nov 01, 2010 8:05 am
by Alex K.
Hello,
Please check, that you use the correct expression in Conditions ("Value" but not "value").
Thank you.
create circle
Posted: Tue Nov 09, 2010 4:15 pm
by majidsoft
thanks
my problem solved
create circle
Posted: Tue Nov 09, 2010 10:11 pm
by Andrew
Perfect!
Have a nice day!
Thank you.