vs Field (ReportParameterInfo)
                In This Topic
            
            The initial parameter value or values. An example of multiple values parameter: select days of week, UI should show a list of Mon/Tue/..., with a checkbox near each day, and some days selected initially - those would be ones specified here. May be null.
            Syntax
            
            
            
            
            'Declaration
 
Public vs As System.Object()
             
        
            
            public System.object[] vs
             
        
             
        
             
            
            
            
            
            
            
            
            
            
            See Also