ShowParametersInputDialog Property
 
            
                In This Topic
            
            Gets or sets a value indicating whether a dialog allowing to input values for some or all of the report parameters (elements of the 
ReportParameters collection) should be shown to the user before the report generates. To include or exclude parameters from the dialog, use 
ReportParameter.Hidden.
The default value is true.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property ShowParametersInputDialog As Boolean
             
        
            
            public bool ShowParametersInputDialog {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also