Classe ImageInstance
Represents an instance type of the Image class, and contains the calculated values of the properties in Image.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class ImageInstance _
Inherits ReportItemInstance _
Implements IImageInstance
'Utilizzo
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
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportItemInstance
Microsoft.ReportingServices.OnDemandReportRendering..::..ImageInstance
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche