Top "Ssrs-2008" questions

Microsoft SQL Server 2008 Reporting Services provides a server-based platform designed to support a wide variety of reporting needs enabling organizations to deliver relevant information where needed.

Converting strings to DateTime in an IIF expression

I am using SSRS 2008R2 to create reports. The datasource is xml response from webservice. I want to return empty …

reporting-services ssrs-2008 reporting ssrs-2008-r2
how to display multivalued parameter value in SSRS text box

I am having a multivalued parameter 'client',i have almost 60 values in the client parameter,my requirement is display the …

reporting-services ssrs-2008 ssrs-2008-r2 ssrs-tablix ssrs-grouping
Report Builder 3.0 - Dataset Credentials Do Not Work

I am using SSRS 2008 R2 and Report Builder 3.0. I set up a shared data source via the browser (http://myserver/…

reporting-services ssrs-2008 reportbuilder3.0
Replace Zero with Blank in SSRS

Is it possible to replace 0 with blank in ssrs matrix. The expression =IIF(IsNothing(Count(Fields!referralNo.Value)),0,Count(Fields!…

reporting-services ssrs-2008 ssrs-2008-r2 ssrs-2012
SSRS Report Does Not Refresh Via URL Access

I want to display the output of an SSRS report in an IFrame of another application. I set the source …

caching reporting-services ssrs-2008 report refresh
Has anyone figured out a way to render a Reporting Services report at a resolution greater than 96ppi?

I've tried everything I can think of to change the rendering parameters for a report that I need to render …

reporting-services ssrs-2008 rendering-engine
VisualStudio Report Viewer not rendering report body in Chrome

I'm aware that Chrome is not supported - http://msdn.microsoft.com/en-us/library/ms156511.aspx for the Report Viewer. …

google-chrome ssrs-2008 report-viewer2010
How to convert .rpt file to .rdl file

I need to convert several .rpt file(crystal reports) to rdl files(ssrs reports). How to generate .rdl file dynamically? …

reporting-services crystal-reports ssrs-2008 rdl rpt
SSRS: Showing the correct execution time on a two page report?

I'm just wondering how I can show the correct execution time on a report? Until recently I had been using …

reporting ssrs-2008 reportingservices-2005 reporting-services
LookupSet based on two fields combined instead of one

I have two datasets: Dataset1 (primary) and Dataset2. My report dataset is Dataset1. I want to access Gross premium Amount …

ssrs-2008 reporting-services reportbuilder