Home Forums Reporting Services Reporting Services Need help in giving the expression for background color for a column RE: Need help in giving the expression for background color for a column

  • You would just build that into your background expression as you have done

    =IIF( CInt( Left(Fields!Runtime.Value,1)) >= 2,"Red","Transparent")