Classe ImageInstance
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 (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class ImageInstance _
Inherits ReportItemInstance _
Implements IImageInstance
'Uso
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
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportItemInstance
Microsoft.ReportingServices.OnDemandReportRendering..::..ImageInstance
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também