FlexReport for WinForms
Open メソッド (ReportSession)


C1.Document アセンブリ > C1.Ssrs 名前空間 > ReportSession クラス : Open メソッド
ReportAddress object specifies location of the report on the server.
System.Threading.CancellationToken that can be used to cancel an action.
Loads a report, this report should be called before calling any other methods of the ReportSession.
シンタックス
'宣言
 
Public Sub Open( _
   ByVal reportAddress As ReportAddressBase, _
   ByVal cancellationToken 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 reportAddress,
   System.Threading.CancellationToken cancellationToken
)

パラメータ

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

参照

ReportSession クラス
ReportSession メンバ