Image Class
Represents an image. This class cannot be inherited.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class Image _
Inherits ReportItem _
Implements IImage, IDeepCloneable
'Usage
Dim instance As Image
public sealed class Image : ReportItem,
IImage, IDeepCloneable
public ref class Image sealed : public ReportItem,
IImage, IDeepCloneable
[<SealedAttribute>]
type Image =
class
inherit ReportItem
interface IImage
interface IDeepCloneable
end
public final class Image extends ReportItem implements IImage, IDeepCloneable
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.ReportRendering.ReportItem
Microsoft.ReportingServices.ReportRendering.Image
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.