Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
ImageData | Initializes a new instance of the ImageData class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Bytes | Gets or sets the byte of the data. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from ValueType.) |
![]() |
GetHashCode | (Inherited from ValueType.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from ValueType.) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Explicit(ImageData to array<Byte[]) | Converts an ImageData to a byte array. |
![]() ![]() |
Implicit(array<Byte[] to ImageData) | Converts a byte array to an ImageData. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
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. |
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.