Top "Reporting-services" questions

SQL Server Reporting Services (SSRS) is a server-based report generator from Microsoft.

Query runs fast but report renders slow: how to debug this?

I'm running SSRS 08. My query has four parameters (all varchars). I can run the query through management studio and it …

performance reporting-services ssrs-2008
Open Source .Net Reporting Tool

I am looking for a reporting service/tool for visual Studio. My only restraint is my web server is off …

.net visual-studio reporting-services reporting
Implementing Target lines, in SSRS column Charts

I have a column graph, that shows a trend of consumption over time, The y-axis being consumption and x-axis being …

reporting-services charts ssrs-2008 target linegraph
How to get total of top 10 sales in SSRS 2012

I am taking Top 10 of Sales Volume grouped by Product categories in SSRS 2012. I need the total of these top 10 …

visual-studio-2012 reporting-services ssis ssas
SSRS Formula or expression to change NaN to 0

I am using the following expression to work out a percentage: =Fields!Days.Value/Sum(Fields!Days.Value, "Date_month_…

reporting-services expression nan ssrs-expression iif-function
SSRS Subscriptions - How to view ALL report recipients

I've written an SSRS report to help me keep track of SSRS subscriptions. I've repurposed a script that will use …

reporting-services ssrs-2008 subscriptions
Setting image source in RDLC report dynamically

I'm using the client-side reporting capabilities that are bundled in with Visual Studio 2010. I've got an RDLC file defined, currently …

.net image reporting-services reporting
The attempt to connect to the report server failed - Setting URL and Path in ASP.NET?

I'm trying to connect to a Report (rdlc file) using ASP.NET Web Applications. I'm working with VS2010 and the …

asp.net reporting-services reportviewer report-viewer2010
SSRS - Disabling export options (eg. PDF) for individual reports

We have many reports which we use on the website. While exporting some reports as PDF, the file size gets …

ssrs-2008 reportviewer reporting-services
How I can format date in report to appear exactly as I want - RDLC

I have a report in my application and this report will show a long date from db and I used …

visual-studio-2010 reporting-services rdlc report