问题
I just want to replace a particular text with blank space in RDLC column.
I want to replace .aspx with "" in every string.
I tried writing
=Replace(Fields!AuditsUserActivity.Value, ".aspx", "")
it works for this kinda lines
Page Applicants.aspx viewed
but not for these kinda lines:
Data added in Inspectors.aspx
i.e. it removed .aspx from those lines in which .aspx appears in in-between but not for those in which .aspx appears at the end of string.
WHY ?
来源:https://stackoverflow.com/questions/33390259/how-to-replace-a-particular-string-in-rdlc