SsrsConnectionSettingsExtensions Class

Summary

Containts functionality related to SSRS Settings
Assembly
Cake.SSRS.dll
Namespace
Cake.SSRS
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["SsrsConnectionSettingsExtensions"] class Type type-node

Syntax

public static class SsrsConnectionSettingsExtensions

Methods

Name Value Summary
AuthenticateWith(SsrsConnectionSettings, string, string, string, ClientCredentialType) SsrsConnectionSettings
Configures the settings to use to authenticate with to the SSRS server.
static
AuthenticateWith(SsrsConnectionSettings, string, string, string) SsrsConnectionSettings
Configures the settings to use to authenticate with to the SSRS server.
static
AuthenticateWith(SsrsConnectionSettings, string, string) SsrsConnectionSettings
Configures the settings to use to authenticate with to the SSRS server.
static
SetServiceEndpoint(SsrsConnectionSettings, string) SsrsConnectionSettings
Sets the Service Enpoint to connect to SSRS with
static
UseDefaultCredientials(SsrsConnectionSettings) SsrsConnectionSettings
Uses the default credentials of the context the process it currently running in to authenticate to the SSRS server.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin