FlexReport for WPF
getData メソッド (DataBlk)


C1.WPF.Document.4.6.2 アセンブリ > GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image 名前空間 > DataBlk クラス : getData メソッド
Returns the array containing the data, or null if there is no data. The returned array is of the type returned by getDataType (e.g., for TYPE_INT, it is a int[]).

Each implementing class should provide a type specific equivalent method (e.g., getDataInt() in GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlkInt) which returns an array of the correct type explicitly and not through an System.Object.

シンタックス
'宣言
 
Public MustOverride Function getData() As System.Object
'使用法
 
Dim instance As DataBlk
Dim value As System.Object
 
value = instance.getData()
public abstract System.object getData()

戻り値の型

The array containing the data, or null if there is no data.
参照

DataBlk クラス
DataBlk メンバ