Właściwość GaugePanel.NumericIndicators
Pobiera wskaźników numerycznych ten panel Obrys skrajni.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property NumericIndicators As NumericIndicatorCollection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.NumericIndicatorCollection
A NumericIndicatorCollection obiektu.
Zobacz także