I'm populating a table on a microsoft report with a dataset I create in XML editor. the cells on my table contain:
=Fields!Name.Value
How do I truncate Field Values in cell? Do I truncate them in the XML editor or on the report? What would the syntax look like?
Thanks!
Loading
CarmenPosted Jun 11, 2009, 6:32 PM
=Fields!Name.Value.Tostring().Substring(int, int)