다음을 통해 공유


Bytes 속성

Gets or sets the vector data.

네임스페이스:  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> [] () [] []
A byte array.