Hi All, How do i 开发者_运维技巧set expression for a parameter in sql server reporting services r2?
I have a got a line graph report in SSRS 2008 R2. when I do the grouping in graph I first group by year, then month, then week and I get Sum(Count) as data value.(see below)
Question: In Reporting Service, I need to have a vertical, starting at bottom, bottom-to-top, horizontally middle aligned text.
I have a SQL server 2005 report which has several drop downs that get populated by a stored proc based on the selection of another drop down. When a user changes the selection of the drop down that dr
I am writing a script for RS.EXE tool to deploy reports onto a server running Microsoft S开发者_如何学编程QL Reporting Services 2008 R2.Using the Mgmt2010 SOAP endpoint,I am able to upload the reports
Problem: -- I have a VS 2005 Report Server project with many reports. -- I moved it to a new computer with SQL Server 2008 and VS 2005 and 2010 installed.
I am using Range Bar chart in SSRS 2008. I am able to show the label for each bar, but i need to display both the start and end point label f开发者_开发问答or each bar.
I\'m trying to validate user input on a text parameter using a VB function. I created a hidden text parameter whose default value is the expression =CODE.CheckParameter1(Parameters!Parameter1.Value).
I am trying to prevent #error being displayed in a report I am creating This happens when I divide 2 numbers and one of them is zero
I would like to create a report that will display a variable amount of images i.e. 2 or 3 or 4 and so on. I have a dataset that returns the path to each of these images,see example.