次の方法で共有


VectorData.Bytes プロパティ

ベクトル データを取得します。値の設定も可能です。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property Bytes As Byte()
    Get 
    Set
'使用
Dim instance As VectorData 
Dim value As Byte()

value = instance.Bytes

instance.Bytes = value
public byte[] Bytes { get; set; }
public:
property array<unsigned char>^ Bytes {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
member Bytes : byte[] with get, set
function get Bytes () : byte[]
function set Bytes (value : byte[])

プロパティ値

型: array<System.Byte[]
ベクトル データ。

関連項目

参照

VectorData クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間