December 2, 2009 at 1:45 am
Hi,
I am new to SSRS 2005.
Could you some one tell me how to change the Fore Colour of a Field in the SSRS report file.
Thanks
R.Vasanth
December 2, 2009 at 7:48 am
Select the textbox, select the properties window and change the color property. Or, select the textbox and on the file menu select Format -> Foreground color. Or, if you have the formatting toolbar enabled, select the textbox and click the Foreground color button (represented by an A with a color bar underneath it).
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 3, 2009 at 1:31 am
Thanks for your reply. Actually i want to set the forecolor based on some condition.
Eg :
If Value of Field!txtfld.Value<5 then Green Else Red
How to do this
December 3, 2009 at 3:39 am
December 4, 2009 at 2:15 am
The above code returns(Dispalys) string "Red" or "Green".
I want the fore color of Field to changed to Red/ Green based on its value
December 4, 2009 at 6:34 am
You need to put teh expression in the color property of the textbox, not in the textbox.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply