C1.Web.Api.Report Namespace / SsrsReportProvider Class / SsrsReportProvider Constructor
The SsrsHost used to access the SSRS.

In This Topic
SsrsReportProvider Constructor
In This Topic
Initializes a new instance of SsrsReportProvider.
Syntax
'Declaration
 
Public Function New( _
   ByVal host As SsrsHost _
)
 

Parameters

host
The SsrsHost used to access the SSRS.
See Also