EmfType Property (C1RdlReport)
 
            
                In This Topic
            
            Gets or sets the type of metafiles created by the current report. The default is 
System.Drawing.Imaging.EmfType.EmfPlusOnly.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property EmfType As EmfType
             
        
            
            public EmfType EmfType {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also