[]
Represents a connection to the SSRS server can be used to execute methods available via ReportingService.asmx service.
public class ServerConnection : ConnectionBase, IDisposable
Name | Description |
---|---|
ServerConnection() |
Name | Description |
---|---|
Dispose() | Releases all resources used by the ServerConnection object. |
GetItemType(string, CancellationToken) | Retrieves the type of an item in the report server database, if the item exists. |
ListChildren(string, bool, CancellationToken) | Gets a list of children of a specified folder. |
ListChildrenAsync(string, bool, CancellationToken) | Async version of ListChildren(string, bool, CancellationToken) method. |
SetConnectionOptions(string, ConnectionOptions) | Sets the current connection options. |