ssrs
Hi...what is running value in the ssrs...what is linked report give me two examples for me..and what is report parameter.N.suresh
August 27th, 2012 8:48am
Hi again,
Running value; -
http://msdn.microsoft.com/en-us/library/ms159136(v=SQL.100).aspx
Report parameters; -
http://msdn.microsoft.com/en-us/library/dd220464.aspx
If you have found any of my posts helpful then please vote them as helpful. Kieran Patrick Wood MCTS BI,MCC, PGD SoftDev (Open), MBCS http://www.innovativebusinessintelligence.com/ http://uk.linkedin.com/in/kieranpatrickwood
Free Windows Admin Tool Kit Click here and download it now
August 27th, 2012 9:03am
well, you can ask this question in ssrs forum : http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/threads
Running values : there is a function RunningValue() which gives the running aggregate of non null numeric values of a column used in the expression.
Linked Report : short cut to another report. It contains same defination, parameter etc of the actual report. http://www.mssqltips.com/sqlservertip/2308/sql-server-reporting-services-linked-reports-example/
Report Parameter: argument values to be passed to the reports, say from outside program or within the same report(say from dropdown or textbox in the same report).
regards
joon
August 27th, 2012 9:58am