Tagged Questions

0
votes
0answers
19 views

Accessing dynamic column in SQL reporting services - Matrix.

I have generated a Matrix report using SQL reporting services from a table in Database. Table Date - Item - cost 10/31/2009 - a - 1 10/31/2009 - b - 2 11/30/2009 - a - 5 …
0
votes
3answers
104 views

How do I keep colors consistent from chart to chart in Reporting Services 2005?

I created a custom color palette for my charts using a technique described on TechNet. I also have a series of drill-through column charts, where you click on one column and it passes a parameter …
0
votes
1answer
162 views

Reporting Services Matrix format different between Visual Studio and Report Server

I'm having a problem where in the local project preview tab (and when "running" the report from visual studio) both are corrently formatting. However, after deploying to the report server, the …
0
votes
0answers
31 views

SSRS 2005 treenode as report parameter

Hi, I have report data that belongs to regions in a tree (with infinite levels). What I would want is to allow the user to choose a region (node in the tree), and pass that parameter on to my stored …