共用方式為


NumericIndicators 屬性

Gets the numeric indicators of this gauge panel.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property NumericIndicators As IList(Of NumericIndicator)
    Get
    Set
'用途
Dim instance As GaugePanel
Dim value As IList(Of NumericIndicator)

value = instance.NumericIndicators

instance.NumericIndicators = value
public IList<NumericIndicator> NumericIndicators { get; set; }
public:
property IList<NumericIndicator^>^ NumericIndicators {
    IList<NumericIndicator^>^ get ();
    void set (IList<NumericIndicator^>^ value);
}
member NumericIndicators : IList<NumericIndicator> with get, set
function get NumericIndicators () : IList<NumericIndicator>
function set NumericIndicators (value : IList<NumericIndicator>)

屬性值

型別:System.Collections.Generic. . :: . .IList< (Of < ( <'NumericIndicator> ) > ) >
An IList<(Of <(<'T>)>)> object.