Top "Ssrs-2008-r2" questions

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

How to check for null values before doing .AddDays() in SSRS?

I have the following as the value for my textbox in SSRS report: =iif(IsNothing(Fields!MyDate.Value), "", Format(Fields!…

vb.net reporting-services ssrs-2008-r2
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
How to freeze First Column in tabular Report?

I have a Table Report with 70 columns. My requirement is to freeze the First Column as I scroll horizontally. I …

reporting-services ssrs-tablix ssrs-2008-r2
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 2008 R2 Globals!RenderFormat.Name=EXCELOPENXML

In an existing 2008R2 report, I have a concern about reports being exported to Excel. I have this concern since …

excel reporting-services ssrs-2008 export-to-excel ssrs-2008-r2
Show message "NO DATA FOUND" in SSRS report

I have created SSRS report having 3 columns in it. Now, I have to show "NO DATA FOUND" message below report …

reporting-services ssrs-2008-r2
Could not load file or assembly error on adding custom libraries in SSRS reports

I have created a custom library(CodeLibrary) which internally references the dlls Microsoft.TeamFoundation.Client and Microsoft.TeamFoundation.WorkItemTracking.Client. …

reporting-services ssrs-2008-r2
Pass field from one dataset to another dataset as parameter In SSRS 2008 R2

I have a scenario where one of my data-set returns multiple records. Now I have implemented grouping in my report …

sql-server reporting-services ssrs-2008 ssrs-2008-r2 ssrs-grouping
Update Shared Datasource Path of all SSRS reports to different path

I'm working on SSRS Report. Recently I have changed my folder location of all SSRS report to different path. Also …

sql-server reporting-services ssrs-2008-r2 ssrs-2012 ssrs-2014