[]
        
(Showing Draft Content)

C1.Ssrs.ReportSession.Open

Open Method

Open(ReportAddressBase, CancellationToken)

Loads a report, this report should be called before calling any other methods of the ReportSession.

Declaration
public void Open(ReportAddressBase reportAddress, CancellationToken cancellationToken)
Parameters
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.