Aracılığıyla paylaş


RadialGauge.Instance Ö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 Instance As RadialGaugeInstance
    Get
'Kullanım
Dim instance As RadialGauge
Dim value As RadialGaugeInstance

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