Web API Core | ComponentOne
C1.Web.Api.Report Namespace / SsrsHost Class / SsrsHost Constructor
The url of the SSRS web service.

In This Topic
    SsrsHost Constructor
    In This Topic
    Initializes a new instance of SsrsHost.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal webServiceUrl As String _
    )
    public SsrsHost( 
       string webServiceUrl
    )

    Parameters

    webServiceUrl
    The url of the SSRS web service.
    See Also