January 28, 2010 at 11:44 am
Good morning guys, i have a question, i have a report that has numeric columns i want the user to see the grand total of the columns at the end of the report, is there a function for it in ssrs 2008 aside from the 'Add Total' property when you right click on a cell.Thanks
January 29, 2010 at 12:58 am
January 29, 2010 at 9:36 am
Thank you that works, i have one more question;how can you view the stored proc a report is using if the report has so many Procs in its data set
January 29, 2010 at 1:11 pm
January 29, 2010 at 2:52 pm
i meant how could i view the stored proc a report is using if the report has so many Procs in its data set in ssrs
February 1, 2010 at 1:15 am
I'm still puzzled by your question but I'll give it a shot.
Select a list or tablix in your report and press F4. Look for the propery DataSetName.
Select the DataSet in the Report Data Pane, right click and select DataSet Properties.
Here you will find either the query or the name of the Stored Procedure (SP).
Use SQL Server Management Studio to look at the code of the SP.
If the expression is in a stand alone text box (rather than part of a tablix or list), just look at the expression inside to find out what dataset it is using.
February 1, 2010 at 9:22 am
Thank you i appreciate it
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply