ImageData 생성자
Initializes a new instance of the ImageData class.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls
구문
‘선언
Public Sub New ( _
bytes As Byte() _
)
‘사용 방법
Dim bytes As Byte()
Dim instance As New ImageData(bytes)
public ImageData(
byte[] bytes
)
public:
ImageData(
array<unsigned char>^ bytes
)
new :
bytes:byte[] -> ImageData
public function ImageData(
bytes : byte[]
)
매개 변수
- bytes
형식: array<System. . :: . .Byte> [] () [] []
The data.