ImageData(Byte[]) 建構函式

定義

初始化 ImageData 類別的新執行個體。

public:
 ImageData(cli::array <System::Byte> ^ bytes);
public ImageData(byte[] bytes);
new Microsoft.ReportingServices.RdlObjectModel.ImageData : byte[] -> Microsoft.ReportingServices.RdlObjectModel.ImageData
Public Sub New (bytes As Byte())

參數

bytes
Byte[]

數據。

適用於