SsrsConnectionSettingsExtensions.

AuthenticateWith(SsrsConnectionSettings, string, string) Method

Summary

Configures the settings to use to authenticate with to the SSRS server.
Assembly
Cake.SSRS.dll
Namespace
Cake.SSRS
Containing Type
SsrsConnectionSettingsExtensions

Syntax

public static SsrsConnectionSettings AuthenticateWith(this SsrsConnectionSettings settings, string userName, string password)

Parameters

Name Type Description
settings SsrsConnectionSettings The Settings
userName string Username
password string Password

Return Value

Type Description
SsrsConnectionSettings The same SsrsConnectionSettings instance so that multiple calls can be chained.