[]
Add SsrsHost for SSRS report to current ReportProviderManager.
public ReportProviderManager AddSsrsReportHost(string key, SsrsHost host)
Type | Name | Description |
---|---|---|
string | key | The provider key act as the alias name of the SSRS host. |
SsrsHost | host | The SsrsHost. |
Type | Description |
---|---|
ReportProviderManager |
Add an SSRS host for SSRS report to current ReportProviderManager.
public ReportProviderManager AddSsrsReportHost(string key, string serviceUrl, NetworkCredential credential = null, AuthenticationType authenticationType = AuthenticationType.Ntlm, int timeout = 600000)
Type | Name | Description |
---|---|---|
string | key | The provider key act as the alias name of the SSRS host. |
string | serviceUrl | The url of the SSRS web service. |
NetworkCredential | credential | The credential used in SSRS connection. |
AuthenticationType | authenticationType | The type of authentication used in SSRS connection. |
int | timeout | The number of milliseconds to wait for server communications. |
Type | Description |
---|---|
ReportProviderManager |