ComponentOne Web API Edition
AddSsrsReportHost(String,SsrsHost) Method

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.
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

Reference

ReportProviderManager Class
ReportProviderManager Members
Overload List