Sdílet prostřednictvím


ImageInstance Class

Represents an instance type of the Image class, and contains the calculated values of the properties in Image.

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

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.