I\'m attempting to translate an existing Access report into a client-side SSRS 2008 report, and I\'m experiencing terrible performance when it comes to filtering.
I am trying to programmatically render a PDF using Azure Reporting Services. I suspect that the actual PDF retrieval is fine, but I cannot find a way to authenticate the connection before requesting t
Iam working on SSRS 2008. I have a report that has 5 groupings and it consists of subtotal at all these group levels:
Is it programmatically possible to hide the page number label which is shown in SSRS Report ? Currently it is shown in the PageFoote开发者_运维知识库r of the report.
I amtrying to pass a dataset as a datasource for a report which i want to view with the help of Microsft Reporting Control hosted on a winform\'s Form. I am using the following code for this purpose b
I am trying to create a SRSS 2008 report that looks like following: Amount | Total --------------- $11| 5
I am using SQL Server 2008 and now I am stuck with a problem for pa开发者_Go百科st two days. I want to merge a particular group of cells in a SSRS Report.
I have a report with a dataset of: select Field1, Field2, Field3, ... FieldN from records inner join customers on customers.customer_id = records.customer_id
I need to be able to add all of the user uploaded images to my report dynamically. I have all of the images stored in one place and I have the name of all the images stored in the database.
Using .NET 4.0, I have a small ASP.NET app that utilized the ReportViewer object, I have created a web page that takes some user input and generates a report that is displayed using the ReportViewer c