Web API Core | ComponentOne
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 _
    )
    public SsrsReportProvider( 
       SsrsHost host
    )

    Parameters

    host
    The SsrsHost used to access the SSRS.
    See Also