Web API Core | ComponentOne
C1.Web.Api.Report Namespace / ReportProviderManager Class / AddSsrsReportHost Method / AddSsrsReportHost(String,String,NetworkCredential,AuthenticationType,Int32) Method
The provider key act as the alias name of the SSRS host.
The url of the SSRS web service.
The credential used in SSRS connection.
The type of authentication used in SSRS connection.
The number of milliseconds to wait for server communications.

In This Topic
    AddSsrsReportHost(String,String,NetworkCredential,AuthenticationType,Int32) Method
    In This Topic
    Add an SSRS host for SSRS report to current ReportProviderManager.
    Syntax
    'Declaration
     
    
    Public Overloads Function AddSsrsReportHost( _
       ByVal key As String, _
       ByVal serviceUrl As String, _
       Optional ByVal credential As NetworkCredential, _
       Optional ByVal authenticationType As AuthenticationType, _
       Optional ByVal timeout As Integer _
    ) As ReportProviderManager

    Parameters

    key
    The provider key act as the alias name of the SSRS host.
    serviceUrl
    The url of the SSRS web service.
    credential
    The credential used in SSRS connection.
    authenticationType
    The type of authentication used in SSRS connection.
    timeout
    The number of milliseconds to wait for server communications.

    Return Value

    See Also