SsrsConnectionSettingsExtensions.

UseDefaultCredientials(SsrsConnectionSettings) Method

Summary

Uses the default credentials of the context the process it currently running in to authenticate to the SSRS server.
Assembly
Cake.SSRS.dll
Namespace
Cake.SSRS
Containing Type
SsrsConnectionSettingsExtensions

Syntax

public static SsrsConnectionSettings UseDefaultCredientials(this SsrsConnectionSettings settings)

Parameters

Name Type Description
settings SsrsConnectionSettings The Settings

Return Value

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