Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 23, 2012 10:02 AM by amodius
Member
178 Points
383 Posts
Feb 23, 2012 09:31 AM|LINK
hi there i use visual studio 2005 as you know sql reporting service does not export to word so, how can i export it to word?
i made a search here but no solution found http://forums.asp.net/search?q=title%3A%28export+word%29+OR+body%3A%28export+word%29+AND+forumid%3A%28191%29
All-Star
27531 Points
4103 Posts
Feb 23, 2012 09:40 AM|LINK
This is a third party application that supports this.
refer http://www.aspose.com/categories/ssrs-rendering-extensions/aspose.words-for-reporting-services/default.aspx
Feb 23, 2012 10:02 AM|LINK
OMG 2000 dollars to resolve my problem????
nbo sorry!! i can't!|
so.. i can add more code that i use:
oStream = (MemoryStream)report.ExportToStream(CrystalDecisions.Shared.ExportFormatType.Excel);//, Server.MapPath("./") + "report.doc"); Response.Clear(); Response.Buffer = true; Response.ContentType = "application/vnd.ms-excel"; Response.BinaryWrite(oStream.ToArray()); Response.End(); report.Close(); report.Dispose();
amodius
Member
178 Points
383 Posts
create a report and export in word format
Feb 23, 2012 09:31 AM|LINK
hi there
i use visual studio 2005
as you know sql reporting service does not export to word
so, how can i export it to word?
i made a search here but no solution found
http://forums.asp.net/search?q=title%3A%28export+word%29+OR+body%3A%28export+word%29+AND+forumid%3A%28191%29
sreejukg
All-Star
27531 Points
4103 Posts
Re: create a report and export in word format
Feb 23, 2012 09:40 AM|LINK
This is a third party application that supports this.
refer http://www.aspose.com/categories/ssrs-rendering-extensions/aspose.words-for-reporting-services/default.aspx
My Blog
amodius
Member
178 Points
383 Posts
Re: create a report and export in word format
Feb 23, 2012 10:02 AM|LINK
OMG 2000 dollars to resolve my problem????
nbo sorry!! i can't!|
so.. i can add more code that i use:
oStream = (MemoryStream)report.ExportToStream(CrystalDecisions.Shared.ExportFormatType.Excel);//, Server.MapPath("./") + "report.doc"); Response.Clear(); Response.Buffer = true; Response.ContentType = "application/vnd.ms-excel"; Response.BinaryWrite(oStream.ToArray()); Response.End(); report.Close(); report.Dispose();