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.