C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / C1WebReportServiceHelper Class / C1WebReportServiceHelper Constructor
The document.
The cache.
Additional report options.
Type of the view.
Work directory (must have write access).
Work directory URL (forward slash-terminated).

In This Topic
C1WebReportServiceHelper Constructor
In This Topic
Initializes a new instance of the C1WebReportServiceHelper class.
Syntax
'Declaration
 
Public Function New( _
   ByVal document As System.Object, _
   ByVal cache As ReportCache, _
   ByVal extraOptions As System.Collections.Generic.Dictionary(Of String,Object), _
   ByVal viewType As ViewType, _
   ByVal workDir As System.String, _
   ByVal workUrl As 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