'宣言 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.