ImageData Structure
Updated: February 25, 2016
Represents an image data.
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
| Name | Description | |
|---|---|---|
![]() | ImageData(array<Byte>^) | Initializes a new instance of the ImageData class. |
| Name | Description | |
|---|---|---|
![]() | Bytes | Gets or sets the byte of the data. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Explicit(ImageData to array<Byte>^) | Converts an ImageData to a byte array. |
![]() ![]() | Implicit(array<Byte>^ to ImageData) | Converts a byte array to an ImageData. |
| Name | Description | |
|---|---|---|
![]() ![]() | IXmlSerializable::GetSchema() | Returns an XML schema for the ImageData. |
![]() ![]() | IXmlSerializable::ReadXml(XmlReader^) | Generates an object from its XML representation. |
![]() ![]() | IXmlSerializable::WriteXml(XmlWriter^) | Converts an object into its XML representation. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:





