Propriedade do RDL GaugePanel.NumericIndicators
Gets the numeric indicators of this gauge panel.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property NumericIndicators As NumericIndicatorCollection
Get
'Uso
Dim instance As GaugePanel
Dim value As NumericIndicatorCollection
value = instance.NumericIndicators
public NumericIndicatorCollection NumericIndicators { get; }
public:
property NumericIndicatorCollection^ NumericIndicators {
NumericIndicatorCollection^ get ();
}
member NumericIndicators : NumericIndicatorCollection
function get NumericIndicators () : NumericIndicatorCollection
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.NumericIndicatorCollection
A NumericIndicatorCollection object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering