ImageInstance Class
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ImageInstance _
Inherits ReportItemInstance _
Implements IImageInstance
'Usage
Dim instance As ImageInstance
public sealed class ImageInstance : ReportItemInstance,
IImageInstance
public ref class ImageInstance sealed : public ReportItemInstance,
IImageInstance
[<SealedAttribute>]
type ImageInstance =
class
inherit ReportItemInstance
interface IImageInstance
end
public final class ImageInstance extends ReportItemInstance implements IImageInstance
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering.ReportItemInstance
Microsoft.ReportingServices.OnDemandReportRendering.ImageInstance
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.