FlexReport for WinForms
GetContent(String,String,CancellationToken) メソッド


C1.Document.4.6.2 アセンブリ > C1.Ssrs 名前空間 > ReportSession クラス > GetContent メソッド : GetContent(String,String,CancellationToken) メソッド
Strings specifies report format "PDF", "IMAGE" etc.
DeviceInfo string specifies additional parameters.
System.Threading.CancellationToken that can be used to cancel an action.
Gets report content in specific format.
シンタックス
'宣言
 
Public Overloads Function GetContent( _
   ByVal format As System.String, _
   ByVal deviceInfo As System.String, _
   ByVal cancellationToken As System.Threading.CancellationToken _
) As System.Byte()
'使用法
 
Dim instance As ReportSession
Dim format As System.String
Dim deviceInfo As System.String
Dim cancellationToken As System.Threading.CancellationToken
Dim value() As System.Byte
 
value = instance.GetContent(format, deviceInfo, cancellationToken)
public System.byte[] GetContent( 
   System.string format,
   System.string deviceInfo,
   System.Threading.CancellationToken cancellationToken
)

パラメータ

format
Strings specifies report format "PDF", "IMAGE" etc.
deviceInfo
DeviceInfo string specifies additional parameters.
cancellationToken
System.Threading.CancellationToken that can be used to cancel an action.

戻り値の型

Array of bytes contains generated content.
参照

参照

ReportSession クラス
ReportSession メンバ
オーバーロード一覧