Hi,
I am using the Telerik Reporting Q2 2011 (version 5.1) with Silverlight (4.0.60531.0). When I click on the print button at ReportViewer, just a quick progress bar show at IE and print dialog does not pop-up. Moreover, save dialog works for all formats except PDF and TIF formats. On selecting these formats following error occurs:
Value cannot be null
Parameter name: Key
The request URL is as follows:
http://www.loanvantageprm.com/dev/cre.sl/ReportService.svc/resources/exportcachedreport?instanceId=e5203627-88e0-4458-b5df-099bdcdcab63&format=PDF&deviceInfo=%5b%7b%22Key%22%3a%22CurrentCulture%22%2c%22Value%22%3a%22en-US%22%7d%2c%7b%22Key%22%3a%22CurrentUICulture%22%2c%22Value%22%3a%22en-US%22%7d%2c%7b%22Key%22%3a%22Telerik.ReportViewer.PageNumber%22%2c%22Value%22%3a1%7d%2c%7b%22Key%22%3a%22Telerik.ReportViewer.InstanceID%22%2c%22Value%22%3a%22e5203627-88e0-4458-b5df-099bdcdcab63%22%7d%2c%7b%22Key%22%3a%22ImmediatePrint%22%2c%22Value%22%3atrue%7d%5d&sequence=22c2b34d-dc4f-4112-8dec-37cd7bfd6dd6
This dev URL can be accessed for report service: http://www.loanvantageprm.com/dev/cre.sl/ReportService.svc
This can also be used to generate wsdl: http://www.loanvantageprm.com/Dev/CRE.SL/ReportService.svc?wsdl
Please look at the issue and suggest possible solution. Thank you for your time and consideration.
BR
Adil
Hi,
Environment - SQL Server 2008 R2, SharePoint 2010, SSRS, SSAS.
We have a requirement in our project to show reports developed using SSRS 2008 onto SharePoint 2010 using report viewer web part.We will be connecting to SSAS Cube source and to fetch the data to display on SSRS Report, we use MDX Queries. Once report is created in SSRS, we deploy to SharePoint and display the report in report viewer web part.
Customer asked us that is there any way we can use Telerik Report Viewer to provide better user experience.So, We wish to use Telerik Report Viewer for this purpose as Telerik controls give better user experience like look and feel, export to various formats.
I am new to Telerik Controls. Could you please suggest us if the requirement can be achieved using Telerik Report viewer? If yes, Could you please point me where can I find step by step document to work on Telerik Report Viewer for SharePoint using SSRS.
We truly appreciate your help in advance.
Thanks,
Chandra.
report1.Items["detail"].Items["table1"].Items["subreport1"].Visible = false;