In This Topic
            
            Loads a report definition from a file into the current report. The file should contain an RDL report definition in the supported format.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Sub Load( _
   ByVal  As String _
) 
             
        
            
            public void Load( 
   string 
)
             
        
             
        
            Parameters
- fileName
 
- The file containing the report definition.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also