This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.SSRS.
Summary
Sets the Service Enpoint to connect to SSRS with
- Assembly
- Cake
.SSRS .dll - Namespace
- Cake
.SSRS - Containing Type
- Ssrs
Connection Settings Extensions
Syntax
public static SsrsConnectionSettings SetServiceEndpoint(this SsrsConnectionSettings settings, string serviceEndpoint)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | Ssrs |
The Settings |
| serviceEndpoint | string | The url of the endpoint to use. |
Return Value
| Type | Description |
|---|---|
| Ssrs |
The same SsrsConnectionSettings instance so that multiple calls can be chained. |
