FlexReport for WPF
setData メソッド (DataBlkFloat)


C1.WPF.Document.4.6.2 アセンブリ > GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image 名前空間 > DataBlkFloat クラス : setData メソッド
The data array to use. Must be a float array.
Sets the data array to the specified one. The provided array must be a float array, otherwise a Exception is thrown. The size of the array is not checked for consistency with the block's dimensions.
シンタックス
'宣言
 
Public Overrides Sub setData( _
   ByVal arr As System.Object _
) 
'使用法
 
Dim instance As DataBlkFloat
Dim arr As System.Object
 
instance.setData(arr)
public override void setData( 
   System.object arr
)

パラメータ

arr
The data array to use. Must be a float array.
参照

DataBlkFloat クラス
DataBlkFloat メンバ