I would like to know how to set up the font size and color in expression
window.
Thank you!I used the following to format my table row group:
=iif( Fields!TotalType.Value ="MyValue","D0",iif(Fields!TotalType.Value
="YourValue","P0","C0"))
and this expression for the cell background color:
=iif( Fields!TotalType.Value <> "MyValue" ,"LightGrey",Nothing)
Just select the object and type the expression in the appropriate field in
the Properties window for that object. You should be able to use the same
sort of expression of the font.
"Michelle" wrote:
> I would like to know how to set up the font size and color in expression
> window.
> Thank you!|||Thank you, daw. It helps.
"daw" wrote:
> I used the following to format my table row group:
> =iif( Fields!TotalType.Value ="MyValue","D0",iif(Fields!TotalType.Value
> ="YourValue","P0","C0"))
> and this expression for the cell background color:
> =iif( Fields!TotalType.Value <> "MyValue" ,"LightGrey",Nothing)
> Just select the object and type the expression in the appropriate field in
> the Properties window for that object. You should be able to use the same
> sort of expression of the font.
> "Michelle" wrote:
> > I would like to know how to set up the font size and color in expression
> > window.
> >
> > Thank you!
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment