FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / ReportSession Class / Open Method
ReportAddress object specifies location of the report on the server.
System.Threading.CancellationToken that can be used to cancel an action.

In This Topic
    Open Method (ReportSession)
    In This Topic
    Loads a report, this report should be called before calling any other methods of the ReportSession.
    Syntax
    'Declaration
     
    Public Sub Open( _
       ByVal reportAddress As ReportAddressBase, _
       ByVal cancellationToken As CancellationToken _
    ) 

    Parameters

    reportAddress
    ReportAddress object specifies location of the report on the server.
    cancellationToken
    System.Threading.CancellationToken that can be used to cancel an action.
    See Also