| 名前 | 解説 | |
|---|---|---|
![]() | ServerConnection コンストラクタ |
ServerConnectionデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | ConnectionOptions | Gets the ConnectionBase.ConnectionOptions class specifies type of authentication, credential etc. 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. C1.Ssrs.ConnectionBaseから継承されます。 |
![]() | ReportServer | Gets the address of SSRS server used in connection. C1.Ssrs.ConnectionBaseから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | Dispose | オーバーライドされます。 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 ServerConnection.ListChildren method. |
![]() | ParameterValueToString | Converts value to the string which can be used as parameter value in the ReportSession.RefreshParameters etc. C1.Ssrs.ConnectionBaseから継承されます。 |
![]() | SetConnectionOptions | オーバーライドされます。 Sets the current connection options. |
![]() | TryParameterValueFromString | Converts string representing parameter value to object, returns true if conversion successfull, false otherwise. C1.Ssrs.ConnectionBaseから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. C1.Ssrs.ConnectionBaseから継承されます。 |