Please start any new threads on our new 
    site at https://forums.sqlteam.com.  We've got lots of great SQL Server
    experts to answer whatever question you can come up with.
    
        | 
                
                    | 
                            
                                | Author | Topic |  
                                    | jassieConstraint Violating Yak Guru
 
 
                                        332 Posts | 
                                            
                                            |  Posted - 2013-10-21 : 18:04:38 
 |  
                                            | In an existing SSRS 2008 r2 report, I would like to pass the values of customername andcustomer number to several different rdls. The values for customername and customer number are not part of the details that appear in the report. I am going going to pass the values as parameter values.If this is possible to pass the values between rdls as just parameters? 	If so, can you point me to a link that will show me how to accomplisdh this goal?If not, can you show me how to pass the values as a detail line that is not displayed in the RDL's dewtail lines? |  |  
                                    | visakh16Very Important crosS Applying yaK Herder
 
 
                                    52326 Posts | 
                                        
                                          |  Posted - 2013-10-22 : 07:47:28 
 |  
                                          | yep..you can pass parameters within rdls. You can use jump to report opttion for thatInside report you can invoke them as Parameters!ParamName.value to display their values------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |  
                                          |  |  |  
                                |  |  |  |