Description:-
Expression:-
Output:-16
In this article we will see how to use substring in ssrs
report. Here I have used simple syntax to used substring in ssrs report. here is the expression to use substring in SSRS report. here my current year is 2016. you can set how you want see my previous post to set different expression to use in SSRS report.
=Format(today()).Substring(2)
Thanks for comments.....