Propriedade do RDL NumericIndicator.Instance
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets an instance of the NumericIndicator class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Instance As NumericIndicatorInstance
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.NumericIndicatorInstance
An instance of the NumericIndicator class.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering