Passing values for multi-value parameter in SSRS query string
        Posted  
        
            by Andy Xufuris
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Andy Xufuris
        
        
        
        Published on 2010-06-03T16:21:31Z
        Indexed on 
            2010/06/03
            16:24 UTC
        
        
        Read the original article
        Hit count: 238
        
ssrs-2005
I have two reports built using SSRS 2005. The first report is set to navigate to the second when a specific field is clicked. There is a multi-value parameter on the second report. I need to pass multiple values for this parameter in the URL query string when calling this report. Is there a way to pass multiple values for a parameter in the query string of a report? Or can you pass a parameter that will cause the Select All value to be selected?
© Stack Overflow or respective owner