ImageData(Byte[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ImageData class.
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())
Parameters
- bytes
- Byte[]
The data.