Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the instance of GaugeImage.
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
The instance of GaugeImage.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace