In SQL Server Reporting Services I would like to have an option to print all pages of the report, even though the report is split into multiple report pages in the user interface.
SQL Server 2008 Reporting Services allow to open report in PDF with following URL access: http://localhost:8080/reportserver?/MyReports/Report1&rs:Command=Render&rs:Format=PDF
Has anyone implemented ASP.NET Health Monitoring with SSRS? I need a better solution for error notification, then SSRS currently have. A开发者_如何学Pythonny help would be great.
When you hit the print icon in reporting services and choose a print to pdf service (such as Adobe) and error occurs and it never prints.
I have a report that renders out text, sometimes that text is a long string of characters and when I expo开发者_开发百科rt to word the columns that are generated are stretched out. I need to force a w
I get the following exception when i try to cancel the download of SSRS report export. It is generated by Reserved.ReportViewerWebControl.axd file.
We have been trying out SQL server reporting services. We are using SQL 2008 and Visual St开发者_Python百科udio 2008.
I came across the following code recently and would like to optimize it: Public Shared Function ComputeLabel(ByVal Action As Integer, ByVal Flag1 As Boolean, ByVal Flag2 As Boolean) As String
I\'m trying to verify whether or not you can run reports against from the 2008 Report viewer control against a 2000 SQL Server report server.There\'s not a lot out the开发者_JAVA百科re on microsoft\'s
I am using SQL Server 2008 Reporting Services and set mode remotely. All is going fine and reports running on my machine. I am not using report viewer control, but switch to browser.