ImageData 结构

Represents an image data.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Structure ImageData _
    Implements IXmlSerializable
用法
Dim instance As ImageData
public struct ImageData : IXmlSerializable
public value class ImageData : IXmlSerializable
[<SealedAttribute>]
type ImageData =  
    struct
        interface IXmlSerializable
    end
JScript 支持使用结构,但不支持声明新结构。

ImageData 类型公开以下成员。

构造函数

  名称 说明
公共方法 ImageData Initializes a new instance of the ImageData class.

页首

属性

  名称 说明
公共属性 Bytes The data.

页首

方法

  名称 说明
公共方法 Equals (从 ValueType 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 ValueType 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 ValueType 继承。)

页首

运算符

  名称 说明
公共运算符静态成员 Explicit(ImageData to array<Byte[]) Converts an ImageData to a byte array.
公共运算符静态成员 Implicit(array<Byte[] to ImageData) Converts a byte array to an ImageData.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。