[]
Loads a report, this report should be called before calling any other methods of the ReportSession.
public void Open(ReportAddressBase reportAddress, CancellationToken cancellationToken)
| Type | Name | Description |
|---|---|---|
| ReportAddressBase | reportAddress | ReportAddress object specifies location of the report on the server. |
| CancellationToken | cancellationToken | CancellationToken that can be used to cancel an action. |