Monday, March 12, 2012

Expressions in RS

How do I add comments to expressions I create in Reporting Services?

Hello,

To add comments, prefix the line with a single quote (').

For example:

=Iif(Fields!Amount.Value < "1", "Red", "Black")

'Change color to red if below 1.

Hope this helps.

Jarret

|||Thanks, Jarret. I had forgotten that the expression must always be first. I had been trying to add the comment above the expression. I'm too sillySmile

No comments:

Post a Comment