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.
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.