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 an instance of the NumericIndicator class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Instance As NumericIndicatorInstance
Get
'Usage
Dim instance As NumericIndicator
Dim value As NumericIndicatorInstance
value = instance.Instance
public NumericIndicatorInstance Instance { get; }
public:
property NumericIndicatorInstance^ Instance {
NumericIndicatorInstance^ get ();
}
member Instance : NumericIndicatorInstance
function get Instance () : NumericIndicatorInstance
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.NumericIndicatorInstance
An instance of the NumericIndicator class.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace