FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / ConnectionBase Class
Fields Properties Methods


In This Topic
    ConnectionBase Class Members
    In This Topic

    The following tables list the members exposed by ConnectionBase.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Alternative directory separator character.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the ConnectionOptions class specifies type of authentication, credential etc.  
    Public PropertyGets or sets the language used in the SSRS session. The culture specified by this property affects User!Language report identifier. By default this property is null, which means that CultureInfo.CurrentUICulture will be used.  
    Public PropertyGets the address of SSRS server used in connection.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Combines two strings into a path.  
    Public MethodReleases all resources used by the ConnectionBase object.  
    Public MethodConverts value to the string which can be used as parameter value in the ReportSession.RefreshParameters etc.  
    Public MethodSets the current connection options.  
    Public MethodConverts string representing parameter value to object, returns true if conversion successfull, false otherwise.  
    Top
    Protected Methods
     NameDescription
    Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  
    Top
    See Also