Share via


ImageData Structure

Represents an image data.

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

Syntax

'Declaration
Public Structure ImageData _
    Implements IXmlSerializable
'Usage
Dim instance As ImageData
public struct ImageData : IXmlSerializable
public value class ImageData : IXmlSerializable
[<SealedAttribute>]
type ImageData =  
    struct 
        interface IXmlSerializable 
    end
JScript suports the use of structures, but not the declaration of new ones.

The ImageData type exposes the following members.

Constructors

  Name Description
Public method ImageData Initializes a new instance of the ImageData class.

Top

Properties

  Name Description
Public property Bytes Gets or sets the byte of the data.

Top

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

Operators

  Name Description
Public operatorStatic member Explicit(ImageData to array<Byte[]) Converts an ImageData to a byte array.
Public operatorStatic member Implicit(array<Byte[] to ImageData) Converts a byte array to an ImageData.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IXmlSerializable.GetSchema Returns an XML schema for the ImageData.
Explicit interface implemetationPrivate method IXmlSerializable.ReadXml Generates an object from its XML representation.
Explicit interface implemetationPrivate method IXmlSerializable.WriteXml Converts an object into its XML representation.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace