[]
Defines options used when connecting to SSRS.
public class ConnectionOptions
| Name | Description |
|---|---|
| ConnectionOptions() | Initializes a new instance of the ConnectionOptions class. |
| ConnectionOptions(NetworkCredential) | Initializes a new instance of the ConnectionOptions class. |
| Name | Description |
|---|---|
| AuthenticationType | Gets or sets the type of authentication used in SSRS connection. |
| Credential | Gets or sets credential used is SSRS connection. |
| Timeout | Gets or sets the number of milliseconds to wait for server communications. |