Export link is disabled in ssrs reportviewer
Hello, I was developing a report using ssrs and rdlc. I have given a custom list as ReportDataSource for the report. My problem is :- In the ReportViewer toolbar,no option seems to function ,i.e. the page numbers are not displayed,Export option (link) is always disabled,back buttons are not working. Only report refresh button is working. Can someone please tell me what could be options,i ran out options.. Thanking in advance. Regards, Sajat Shrestha P.S.When i gave data source as object datasource then the paging,exporting works fine.Only when i give list as datasource,this problem seems to occur.
March 25th, 2011 3:05pm

Check here to configure the reportviewer toolbar http://msdn.microsoft.com/en-us/library/ms251670.aspx
Free Windows Admin Tool Kit Click here and download it now
March 25th, 2011 4:28pm

Hi, Based on your description, you are using the ReportViewer control to display the report. I recommend that you specify True to ShowExportControls and ShowPageNavigationControls properties in your codes as follows: this.ReportViewer1.ShowExportControls = true; this.ReportViewer1.ShowPageNavigationControls = true; For more information about ReportViewer Properties (Note: please read the ShowExportControls and ShowPageNavigationControls properties), please see: http://msdn.microsoft.com/en-us/library/ms254635(v=VS.100).aspx Thanks, Ai-Hua QiuAi-hua Qiu[MSFT] MSDN Community Support | Feedback to us Get or Request Code Sample from Microsoft Please remember to mark the replies as answers if they help and unmark them if they provide no help.
March 29th, 2011 12:41pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics