I use PerpetuumSoft.ReportViewer for SSRS 2008. I need to list of parameters and theirs values that user set in ParametersPanel.
Is it possible to change a qu开发者_运维问答ery in Reporting Services based on a parameter? I\'d like to be able to change table names within the query from tableName to tableName2 (for example) on t
I\'m trying to use a combination of the SQL Server 2008 Reporting Services ReportServer database and the report server web service to determi开发者_运维技巧ne the GUID for a particular report.What I w
I need to calculate RESULT = SUM(DISTINCT field1) - COUNT (field2) for a group in a SSRS 2005开发者_C百科 report.
In my company i have an application which should run at two different sites with different database configuration.
So Im maintaining some reports in a VS2005 .NET project. The reports use object classes from a business layer as datasets but they arent listen in the menu in the report designer. I have no clue why n
How to provide a d开发者_Python百科atafactory for subreport in pentaho reporting engine?Locate your subreport and then set the datafactory there:
Hi I am no MDX Expert, so I need help, say I have a cube with the following data (simplified) Month EE CoCode Value
I want to make some text bold and underlined, if the the value of field in my database is, say \"HD\"
开发者_开发知识库I have two datasets in a SQL Server 2008 reporting services report. I need to attach a WHERE clause to the second one that will contain a value from the first one. How should I write