Hi,
I am very new to ReportViewer in asp.net2.0 web server control which is a part of data. I dont know how to export my report result into word format. I am not using crystal report or SQL server 2005 reorting services. Please give me a solution to export my report result into WordFormat?
Divya
Reportviewer local edition only allows you to export to Excel of PDF. Word format is not yet supported.
|||Hi,
Thank you very much for your response.
Can I done it through programatically?
I have one more doubt. I bind my report with the ReportViewer control. But it shows the vertical scrollbar. Is any way to hide the scrollbar and set the no of reports displayed per page? Please reply me soon.
Thanking You
Divya
|||
I don't think you can export it to Word (check on that). For the scrollbars, set the Asyncrendering property to false and SizeToReportContent property to true. This will size the reportviewer according to the content rendered.
No comments:
Post a Comment