CanExportObject Method (C1dbExportProvider)
 
            
                In This Topic
            
            Tests whether the specified object represents a document that can be exported by a 
C1dbExporter.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overrides Function CanExportObject( _
   ByVal  As Object _
) As Boolean
             
        
            
            public override bool CanExportObject( 
   object 
)
             
        
             
        
            Parameters
- obj
 
- The object (document) to test.
 
            
            Return Value
true if  is an instance of 
C1.C1Preview.C1PrintDocument or 
C1.C1Report.C1Report, 
false otherwise.
  
            
            
            
            
            
            
            
            
            
            
            
            See Also