Name | Description | |
---|---|---|
ServerConnection Constructor |
The following tables list the members exposed by ServerConnection.
Name | Description | |
---|---|---|
ServerConnection Constructor |
Name | Description | |
---|---|---|
ConnectionOptions | Gets the ConnectionOptions class specifies type of authentication, credential etc. (Inherited from C1.Ssrs.ConnectionBase) | |
Language | Gets 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) | |
ReportServer | Gets the address of SSRS server used in connection. (Inherited from C1.Ssrs.ConnectionBase) |
Name | Description | |
---|---|---|
Dispose | Overridden. Releases all resources used by the ServerConnection object. | |
GetItemType | Retrieves the type of an item in the report server database, if the item exists. | |
ListChildren | Gets a list of children of a specified folder. | |
ListChildrenAsync | Async version of ListChildren method. | |
ParameterValueToString | Converts value to the string which can be used as parameter value in the RefreshParameters etc. (Inherited from C1.Ssrs.ConnectionBase) | |
SetConnectionOptions | Overridden. Sets the current connection options. | |
TryParameterValueFromString | Converts string representing parameter value to object, returns true if conversion successfull, false otherwise. (Inherited from C1.Ssrs.ConnectionBase) |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from C1.Ssrs.ConnectionBase) |