all groups > sql server reporting services > november 2004 >
You're in the

sql server reporting services

group:

Rendering method to CSV problem


Rendering method to CSV problem Bartolo Pal via SQLMonster.com
11/1/2004 6:11:37 PM
sql server reporting services:
To anybody out there that can help me on this. I'm using report server. I'm using the Render method through a aspx page (C#).
When I render to a CSV file, the information from the report is there but
also there is extra lines at the bottom that have this below.
________________________________________________________________
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
" <HEAD>"
" <title>WebForm1</title>"
" <meta content=""Microsoft Visual Studio .NET 7.1"" name=""GENERATOR"">"
" <meta content=""C#"" name=""CODE_LANGUAGE"">"
" <meta content=""JavaScript"" name=""vs_defaultClientScript"">"
" <meta content=""http://schemas.microsoft.com/intellisense/ie5"" name=""vs_targetSchema"">"
" </HEAD>"
" <body MS_POSITIONING=""GridLayout"">"
" <form name=""Form1"" method=""post"" action=""Render.aspx?Path=/Report+Project17/MissingDepDesCan&amp;Format=CSV&amp;Parms=aril~AC"" id=""Form1"">"
<input type="hidden" name="__VIEWSTATE" value="dDwtMTI3OTMzNDM4NDs7PuJySnvkcdlxZP6WJXX9WyEsez+F" />

</form>"
</body>"
</HTML>
_________________________________________________________________
I've used all the device (encoding and others) settings i know for the CSV file type
but still get this extra information at the bottom of the file.
When I use report server's own rendering page to export file to CSV
I do not get these extra lines.

*****************************************
* This message was posted via http://www.sqlmonster.com
*
* Report spam or abuse by clicking the following URL:
* http://www.sqlmonster.com/Uwe/Abuse.aspx?aid=eaad53f183ec48258ed8cfca06c8a4c0
Re: Rendering method to CSV problem Bartolo Pal via SQLMonster.com
11/10/2004 6:41:58 PM
I guess no one else is having this problem. If someone out there has come up on this problem besides me I would really apprieciate some help on this.
It is really annoying a keeps me from using csv files.

*****************************************
* A copy of the whole thread can be found at:
* http://www.sqlmonster.com/Uwe/Forum.aspx/sql-server-reporting/4674
*
* Report spam or abuse by clicking the following URL:
* http://www.sqlmonster.com/Uwe/Abuse.aspx?aid=8c4b10cb8654479593a33ccf7d666802
Re: Rendering method to CSV problem Weebles
12/16/2004 10:27:04 AM
What is your deviceinfo setup like? It looks like u enabled toolbars with the
csv export. If this is the case u might want to disable toolbar option in
deviceinfo. This is assuming that u are using Soap for rendering.

[quoted text, click to view]
AddThis Social Bookmark Button