[]
        
(Showing Draft Content)

C1.Ssrs.ServerConnection

ServerConnection Class

Represents a connection to the SSRS server can be used to execute methods available via ReportingService.asmx service.

Inheritance
ServerConnection
Implements
Namespace: C1.Ssrs
Assembly: C1.Document.dll
Syntax
public class ServerConnection : ConnectionBase, IDisposable

Constructors

Name Description
ServerConnection()

Methods

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.