Del 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 The data.

Top

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (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
Explicit interface implemetationPrivate method IXmlSerializable.ReadXml
Explicit interface implemetationPrivate method IXmlSerializable.WriteXml

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.