Struttura ImageData
Represents an image data.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Structure ImageData _
Implements IXmlSerializable
'Utilizzo
Dim instance As ImageData
public struct ImageData : IXmlSerializable
public value class ImageData : IXmlSerializable
[<SealedAttribute>]
type ImageData =
struct
interface IXmlSerializable
end
JScript supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.
Nel tipo ImageData sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
ImageData | Initializes a new instance of the ImageData class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Bytes | Gets or sets the byte of the data. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da ValueType. |
![]() |
GetHashCode | Ereditato da ValueType. |
![]() |
GetType | Ereditato da Object. |
![]() |
ToString | Ereditato da ValueType. |
In alto
Operatori
Nome | Descrizione | |
---|---|---|
![]() ![]() |
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 alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
![]() ![]() |
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 alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.