SsrsReportProvider Constructor
In This Topic
Initializes a new instance of
SsrsReportProvider.
Syntax
'Declaration
Public Function New( _
ByVal As SsrsHost _
)
public SsrsReportProvider(
SsrsHost
)
Parameters
- host
- The SsrsHost used to access the SSRS.
See Also