Estrutura ImageData
Represents an image data.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Structure ImageData _
Implements IXmlSerializable
'Uso
Dim instance As ImageData
public struct ImageData : IXmlSerializable
public value class ImageData : IXmlSerializable
[<SealedAttribute>]
type ImageData =
struct
interface IXmlSerializable
end
JScript dá suporte ao uso de estruturas, mas não à declaração de estruturas novas.
O tipo ImageData expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ImageData | Initializes a new instance of the ImageData class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Bytes | Gets or sets the byte of the data. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de ValueType.) | |
GetHashCode | (Herdado de ValueType.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de ValueType.) |
Início
Operadores
Nome | Descrição | |
---|---|---|
Explicit(ImageData to array<Byte[]) | Converts an ImageData to a byte array. | |
Implicit(array<Byte[] to ImageData) | Converts a byte array to an ImageData. |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IXmlSerializable.GetSchema | Returns an XML schema for the ImageData. | |
IXmlSerializable.ReadXml | Generates an object from its XML representation. | |
IXmlSerializable.WriteXml | Converts an object into its XML representation. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.