ConnectionBase Class Members
In This Topic
The following tables list the members exposed by ConnectionBase.
Public Fields
Public Properties
| Name | Description |
| ConnectionOptions | Gets the ConnectionOptions class specifies type of authentication, credential etc. |
| 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. |
| ReportServer | Gets the address of SSRS server used in connection. |
Top
Public Methods
Protected Methods
| Name | Description |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. |
Top
See Also