I wonder if someone may be able to help. I have had a request to output a report from Reporting Services 2005 as a Pipe delimited file. I know it is possible to create custom renderers but I'm not sure how this is done. I've read http://msdn.microsoft.com/msdnmag/issues/05/02/CustomRenderers/ but I don't have much experience of VB.Net.
Any help would be much appreciated
Thanks
Adam
Hello, you can use the existing CSV renderer to export a pipe delimited file. You can use the FieldDelimiter DeviceInfo parameter to change the delimiter character:
http://msdn2.microsoft.com/en-us/library/ms155365.aspx
-Chris
No comments:
Post a Comment