In This Topic
            
            Exports the object specified by the 
Document property on the current exporter to the specified file.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Sub Export( _
   ByVal  As String _
) 
             
        
            
            public void Export( 
   string 
)
             
        
             
        
            Parameters
- fileName
 
- The name of the output file.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also