ImageData.Bytes 屬性
Gets or sets the byte of the data.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property Bytes As Byte()
Get
Set
'用途
Dim instance As ImageData
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[]
A byte array.