ImageData Structure

 

Updated: February 25, 2016

Represents an image data.

Namespace:   Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

public value struct ImageData : IXmlSerializable

NameDescription
System_CAPS_pubmethodImageData(array<Byte>^)

Initializes a new instance of the ImageData class.

NameDescription
System_CAPS_pubpropertyBytes

Gets or sets the byte of the data.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticExplicit(ImageData to array<Byte>^)

Converts an ImageData to a byte array.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(array<Byte>^ to ImageData)

Converts a byte array to an ImageData.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlSerializable::GetSchema()

Returns an XML schema for the ImageData.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlSerializable::ReadXml(XmlReader^)

Generates an object from its XML representation.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlSerializable::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.

Return to top
Show: