Skip to content

Justin Onstot

All Data, Big and Small

Category: SSRS

Nice date labels in SSRS

You have a create date in Datetime format (ugly!). You want to create a nice row label of out that for your SSRS report. Well here ya go!: Set the text box to an expression: =MonthName(Month(Fields!CreateDate.Value))&" "& Year(Fields!CreateDate.Value) This will give you a nice date label like "December 2015". For an even snazzier label, I … Continue reading Nice date labels in SSRS →

justino SSRS Leave a comment May 26, 2017May 26, 2017

Search

© 2019 Justin Onstot. All Rights Reserved.

Website Powered by WordPress.com.