I got a problem with reporting services, running local rdlc files on the 2005 version. I have in the HTML a report viewer set to run locally as follows :
I have a report that has 2 charts in it. Each chart has its own dataset with a different stored procedure. These 2 stored procedure share a common parameter name in this case. Is there any way to pass
We have a requirement to represent the data on SSRS report in a simple manner. i.e. the sql query for this report will look like this.
I use SSRS 2005.I currently have two datetime parameters (for start and end dates) as parameters for my report. I get the default calendar controls to select the dates.
I need to show a report of same set of data with different condition. I need to show count of users registered by grouping region, country and userType, I have used drill down feature for showing th
We have some reports created in SQL Server 2005. But Recently we converted them into 2008. But now we are not able to open the same report project in 2008. It is showing an error like this :
I have been playing around with some reports and exporting them to excel, only to find that the colour in SSRS is not even remote开发者_如何学Cly close to that in excel - for example if I have a textb
Is it possible to join multiple row values to a single row? The stored procedure from where I acquire the data that I use return multiple, almost identical rows except that the category-column dfferen
So I\'m attempting to create a report that is able to pre-fill a \"government form\" wit开发者_运维技巧h Reporting Services 2008.
The code working fine when run out side the CRM2011 application. When I embedded my Code Inside the CRM it will return blank pdf file with no data.