Showing posts with label reportviewer. Show all posts
Showing posts with label reportviewer. Show all posts

Wednesday, March 21, 2012

Exported PDF contains Extra Pages

Hi guys!

When displaying report using a ReportViewer, the single page displayed is just fine. An image at the left side, at table of information at the right. However, when exported to pdf, the image and the table is rendered on separate individual pages.

Is there anyway to modify this behaviour?

Thank in advance!

Have you tried to reduce the width of the report's body?

HTH, Best Regards|||

Hi visa,

Haven't done that yet but I would like to ask, why do you think the report's width thats causing this behaviour? I'm still new to Reporting Services... =)

Friday, March 9, 2012

Export to PDF

I have a wide report and i want to export it to PDF in lanscape mode. How can i do that? Setting page layout in ReportViewer control has no effect on generated PDF document - it is always in portrait mode.

Check out Brian Welcker's blog entry on the topic:

http://blogs.msdn.com/bwelcker/archive/2005/08/19/454043.aspx

Thanks, Donovan.

Sunday, February 26, 2012

Export to Excel Link - Inactive -Critical - Need Help

Hi all,
I am using asp.net control(Reportviewer) to view the report in the web, but
when I render the report, the export link is inactive and when I choose the
refresh button, the Export link is activated.
For the first time the Export link button is inactive.
This issue is very critical, please need your help
Thanks
Balaji
--
Message posted via http://www.sqlmonster.comCan anyone answer this.
Balaji
--
Message posted via http://www.sqlmonster.com

Wednesday, February 15, 2012

Export Report Result into Word Format using ReportViewer in asp.net2.0

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.