GaugeImage.Instance Property
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Instance As GaugeImageInstance
Get
'Usage
Dim instance As GaugeImage
Dim value As GaugeImageInstance
value = instance.Instance
public GaugeImageInstance Instance { get; }
public:
property GaugeImageInstance^ Instance {
GaugeImageInstance^ get ();
}
member Instance : GaugeImageInstance
function get Instance () : GaugeImageInstance
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.GaugeImageInstance