• Luis Cazares (11/28/2014)


    I don't know much about SSRS (other than spell it), but this could give you an idea.

    =UCase(Left(Fields!Event_Type.Value)) & LCase(Right(Fields!Event_Type.Value, Len(Fields!Event_Type.Value) - 1))

    thanks, I'll give it a go