Search Results for

    Show / Hide Table of Contents

    Class SSRSSettings

    Inheritance
    object
    SSRSSettings
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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?wsdl
    Declaration
    public string SSRS_URL { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.