ComponentOne Studio Web API Edition
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReportProviderManager Class
ReportProviderManager Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.