Web API Edition | ComponentOne
C1.Web.Api.Report Namespace / ReportProviderManager Class / AddSsrsReportHost Method / AddSsrsReportHost(String,SsrsHost) Method
The provider key act as the alias name of the SSRS host.
The SsrsHost.

In This Topic
    AddSsrsReportHost(String,SsrsHost) Method
    In This Topic
    Add SsrsHost for SSRS report to current ReportProviderManager.
    Syntax
    'Declaration
     
    
    Public Overloads Function AddSsrsReportHost( _
       ByVal key As String, _
       ByVal host As SsrsHost _
    ) As ReportProviderManager
    public ReportProviderManager AddSsrsReportHost( 
       string key,
       SsrsHost host
    )

    Parameters

    key
    The provider key act as the alias name of the SSRS host.
    host
    The SsrsHost.

    Return Value

    See Also