Value Prop expression change append value font color
Good day, I need help. I know how to change the color of a value in the color property based on an expression. I know how to change a value in a grid based with an expression but I want to append text to the value which i do but i wont the font of the append value to be different. =Fields!ProcessDescr.Value & iif(Fields!ProcessStartDte.Value > Today),"New!","") the "New!" i want in a different color. Is this possible, please Assist!
August 25th, 2009 5:05pm

Hi please place the epression it in seperate textbox and change the colorPraxy
Free Windows Admin Tool Kit Click here and download it now
August 25th, 2009 5:26pm

Thanks but the values differ and i only want to change the color of the append texteg Description1 Description New!with only the text New1 being in a different colorAny ideas, please assist
August 25th, 2009 5:47pm

If you're using RS 2005, you will need to follow Praxy's suggestion and use two side-by-side textboxes. In RS 2005, you can only set the font color/size/style properties for an entire textbox. If you're using RS 2008, you can create a separate placeholders (Rightclick -> Create Placeholder)for each part of the expression. This way you create a placeholder/text run for =Fields!ProcessDescr.Value and a placeholder/text run for =iif(Fields!ProcessStartDte.Value > Today),"New!",""). RS 2008 allows you to set style properties on each placeholder/text run individually.Hope this helps,JohnThis posting is provided "AS IS" with no warranties, and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
August 25th, 2009 8:02pm

Hi to all i been to this link how to change color of font and graph line, so after reading i b able to get change the color of font and line in running values to get the progress graph The main theam was if Target values goes down to 0 or minus it will change the color red of both font and line to Red and if it go to plus its color would be Green. So need to add this expression in Font and line fill expression. so got with this expression so think to post here for other fellows to get through as well. =IIf(RunningValue(sum(Fields!Quantity.value) - sum(Fields!TargetData.value),Sum,Nothing) <=0,"Red","DarkGreen") Eric Ericcisco
January 22nd, 2011 3:28am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics