Browse by Tags
All Tags »
Reporting Services (
RSS)
Sorry, but there are no more tags available to filter with.
If you try to use a CLR stored procedure as a stored procedure in a Reporting Services report, you may run into an issue where an error pops up, stating that the proc could not be found. This is an issue because the database provider can't see the...
A report I recently created required the use of a recurring number in a subreport in reporting services. Didn't know offhand how to do that, but figured it was easy to do. Along came RowNumber: http://msdn.microsoft.com/en-us/library/ms159225.aspx...
I was trying to figure out how to pass a null into a queried parameter, which renders as a drop down. The only solution I found, after looking around a bit, was from a forum post I made: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1789337&SiteID...
I was trying to display a message in my report, that when no records were found from the underlying query, a message would be displayed like "no records found" or something like that. I couldn't find the answer until I came across a forum...