C1WebReportServiceHelper Constructor
                In This Topic
            
            Initializes a new instance of the 
C1WebReportServiceHelper class.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As System.Object, _
   ByVal  As ReportCache, _
   ByVal  As System.Collections.Generic.Dictionary(Of String,Object), _
   ByVal  As ViewType, _
   ByVal  As System.String, _
   ByVal  As System.String _
)
             
        
            
            public C1WebReportServiceHelper( 
   System.object ,
   ReportCache ,
   System.Collections.Generic.Dictionary<string,object> ,
   ViewType ,
   System.string ,
   System.string 
)
             
        
             
        
            Parameters
- document
- The document.
- cache
- The cache.
- extraOptions
- Additional report options.
- viewType
- Type of the view.
- workDir
- Work directory (must have write access).
- workUrl
- Work directory URL (forward slash-terminated).
 
            
            
            
            
            
            
            
            
            
            
            
            See Also