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.
I have a row in a tablex that I want to hide based on a condition. I can do this …
ssrs-2008How can one programmatically determine logins/users that have permission to access specific SSRS reports? I want to create a …
sql-server ssrs-2008I'm using some complicated expressions in Reporting Services to control the value, format etc of data in a report (see …
sql-server sql-server-2008 reporting-services reporting ssrs-2008I have SQL Server Reporting Services 2008 and when I open the following URL: "http://localhost/Reports/Pages/Report.aspx?someReport" …
sql sql-server-2008 ssrs-2008 reporting-servicesI'm trying to hide a column but it belongs in the RowGroups area. Unfortunately, the Column Visibility is greyed out …
reporting-services ssrs-2008What I am trying to do: I am trying to create nested groups but I want the sub row group …
ssrs-2008 reporting-services ssrs-tablix ssrs-groupingI have a Visual Studio 2010 solution that contains an .rptproj type of project. One of my colleagues is able to …
visual-studio-2010 visual-studio reporting-services ssrs-2008 projects-and-solutionsWe store all our dates SQL Server 2008 database in UTC time in DateTime columns. I'm using SSRS to create reports …
datetime ssrs-2008 datetimeoffsetI'm working with SSRS for the first time. When adding a table to a report, is there any way to …
ssrs-2008 reporting-servicesIn one of the column name, I need to display yesterday's date like - September 4,2014 I used DateAdd("d",-1,…
reporting-services ssrs-2008 ssrs-grouping ssrs-expression