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.
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-r2I 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-r2I 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-groupingI 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-r2Is 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-2012In 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-r2I have created SSRS report having 3 columns in it. Now, I have to show "NO DATA FOUND" message below report …
reporting-services ssrs-2008-r2I have created a custom library(CodeLibrary) which internally references the dlls Microsoft.TeamFoundation.Client and Microsoft.TeamFoundation.WorkItemTracking.Client. …
reporting-services ssrs-2008-r2I 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-groupingI'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