Class SSRSSettings
Inherited Members
Namespace: LemonEdge.Connections.Database.Tasks.Process
Assembly: LemonEdge.Database.Connector.dll
Syntax
public class SSRSSettings
Constructors
SSRSSettings()
Declaration
public SSRSSettings()
Properties
SSRS_Credential_Domain
The domain to use when using domain/username/password credentials to connect to the SSRS report server.
Declaration
public string SSRS_Credential_Domain { get; set; }
Property Value
Type | Description |
---|---|
string |
SSRS_Credential_Password
The password to use when using domain/username/password credentials to connect to the SSRS report server.
Declaration
public string SSRS_Credential_Password { get; set; }
Property Value
Type | Description |
---|---|
string |
SSRS_Credential_UseDefault
Indicates when connecting to the SSRS report server if it should use default network credentials or not.
You must provide domain/username/password if this is false.
Declaration
public bool SSRS_Credential_UseDefault { get; set; }
Property Value
Type | Description |
---|---|
bool |
SSRS_Credential_UserName
The username to use when using domain/username/password credentials to connect to the SSRS report server.
Declaration
public string SSRS_Credential_UserName { get; set; }
Property Value
Type | Description |
---|---|
string |
SSRS_URL
Indicates the url to connect to your SSRS report server that the SSRS Reports will use by default.
The url needs to connect to the 2005 report execution server, for example:
http://localhost:80/ReportServer/ReportExecution2005.asmx?wsdlDeclaration
public string SSRS_URL { get; set; }
Property Value
Type | Description |
---|---|
string |