How can I print report direc开发者_JAVA技巧tly to the printer, instead of viewing it on screen? Thanks / FurqanYou may need to use the web service to call the report, receive the byte stream and prin
We have a report that prints perfectly for SSRS 2005, but will only print the first page when using SSRS 2008. We have seen issues like this before with other reports.
I\'m looking to build a reporting portal on top of our database which is SQL Server 2008 R2. It\'s been suggested that I use SSRS, and I\'ve played around with it for a few hours. I found it very eas
Reporting services seems to use a ReportColor object for setting different colours on a repor开发者_高级运维t. There doesn\'t seem to be an obvious way of converting a System.Drawing.Color to a Report
I have a Report in Reportin开发者_开发知识库g Services 2008 R2 with the following Dataset. Name| Value
after several years of using Cognos, we are in process of testing conversion of Cogno开发者_如何学Gos Reports (8.3) to SSRS 2008 reports.we use Oracle database version 10g.in many of our reports we ar
I am using the 开发者_StackOverflowSSRS WinForms client control to display reports in an app. User\'s behind proxies are getting a 407 (proxy authentication) error. How do I specify proxy settings for
I\'ve been fighting with SSRS now for a while and it\'s beyond silly.When I add a reference to a dll (which is part of the same solution) it gives me nothing but a
I have used SQL Server Business Intelligence Studio to create a Reporting Services 2008 project. Everything was moving right along until I tried to create a subreport, which led me to the familiar err
Is it possible to Embded a subreport into the main SSRS report, such that when i execute the main report subreport also gets loaded and executed (Local Reports).