Loads a report, this report should be called before calling any other methods of the
ReportSession.
シンタックス
'宣言
Public Sub Open( _
ByVal As ReportAddressBase, _
ByVal As System.Threading.CancellationToken _
)
'使用法
Dim instance As ReportSession
Dim reportAddress As ReportAddressBase
Dim cancellationToken As System.Threading.CancellationToken
instance.Open(reportAddress, cancellationToken)
public void Open(
ReportAddressBase ,
System.Threading.CancellationToken
)
パラメータ
- reportAddress
- ReportSession.ReportAddress object specifies location of the report on the server.
- cancellationToken
- System.Threading.CancellationToken that can be used to cancel an action.
参照