Aracılığıyla paylaş


Image.ImageInstance Özelliği

Bu hesaplanan değerleri içeren rapor örnek nesnesini alır rapor tanımı nesne.

Ad Alanı:  Microsoft.ReportingServices.OnDemandReportRendering
Derleme:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore içinde.dll)

Sözdizimi

'Bildirim
Public ReadOnly Property ImageInstance As ImageInstance
    Get
'Kullanım
Dim instance As Image
Dim value As ImageInstance

value = instance.ImageInstance
public ImageInstance ImageInstance { get; }
public:
property ImageInstance^ ImageInstance {
    ImageInstance^ get ();
}
member ImageInstance : ImageInstance
function get ImageInstance () : ImageInstance