Posted on 23rd September 2023
In SSRS, Split Function is used to split the given string. It splits the string according to the character you have mentioned.
Example:
Split(Fields!Address.Value,",")(3).ToString()
It will return the fourth value.
STILL GOT QUERIES?
Copyright © 2013 - 2023 MindMajix Technologies