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


In This Topic
    ServerConnection Class Members
    In This Topic

    The following tables list the members exposed by ServerConnection.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the ConnectionOptions class specifies type of authentication, credential etc. (Inherited from C1.Ssrs.ConnectionBase)
    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. (Inherited from C1.Ssrs.ConnectionBase)
    Public PropertyGets the address of SSRS server used in connection. (Inherited from C1.Ssrs.ConnectionBase)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Releases all resources used by the ServerConnection object.  
    Public MethodRetrieves the type of an item in the report server database, if the item exists.  
    Public MethodGets a list of children of a specified folder.  
    Public MethodAsync version of ListChildren method.  
    Public MethodConverts value to the string which can be used as parameter value in the RefreshParameters etc. (Inherited from C1.Ssrs.ConnectionBase)
    Public MethodOverridden. Sets the current connection options.  
    Public MethodConverts string representing parameter value to object, returns true if conversion successfull, false otherwise. (Inherited from C1.Ssrs.ConnectionBase)
    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. (Inherited from C1.Ssrs.ConnectionBase)
    Top
    See Also