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
Settings for the SSRS Report server and Report Objects to deploy
- Assembly
- Cake
.SSRS .dll - Namespace
- Cake
.SSRS - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["SsrsConnectionSettings"]
class Type type-node
Syntax
public class SsrsConnectionSettings
Constructors
Name | Summary |
---|---|
Ssrs |
Properties
Name | Value | Summary |
---|---|---|
ClientCredentialType | ClientCredentialType |
Client Credential Type used to authenciate the against SSRS
|
Domain | string |
Domain the user account belongs too.
|
ImperonsationLevel | Token |
Defines security impersonation levels. Security impersonation levels govern the degree to which a server process can act on behalf of a client process.
|
Password | string |
The Password used to connect to the SSRS Server
|
ProxyCredentialType | ProxyCredentialType |
Proxy Client Type
|
SecurityMode | SecurityMode |
Security Mode. Used only for Http only security.
|
ServiceEndpoint | string |
Gets or Sets the url to the ReportService2010 endpoint
|
Use |
bool |
Determines whether to use the default credentials of the person logged in.
Ignores userName and Password if set to true
|
Username | string |
The Username used to connect to the SSRS Server
|
Extension Methods
Name | Value | Summary |
---|---|---|
AuthenticateWith |
Ssrs |
Configures the settings to use to authenticate with to the SSRS server.
Requires the Cake.SSRS addin
|
AuthenticateWith |
Ssrs |
Configures the settings to use to authenticate with to the SSRS server.
Requires the Cake.SSRS addin
|
AuthenticateWith |
Ssrs |
Configures the settings to use to authenticate with to the SSRS server.
Requires the Cake.SSRS addin
|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
SetServiceEndpoint |
Ssrs |
Sets the Service Enpoint to connect to SSRS with
Requires the Cake.SSRS addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|
Use |
Ssrs |
Uses the default credentials of the context the process it currently running in to authenticate to the SSRS server.
Requires the Cake.SSRS addin
|