다음을 통해 공유


GaugeLabels 속성

Defines the set of labels for the gauge panel.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property GaugeLabels As IList(Of GaugeLabel)
    Get
    Set
‘사용 방법
Dim instance As GaugePanel
Dim value As IList(Of GaugeLabel)

value = instance.GaugeLabels

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

속성 값

유형: System.Collections.Generic. . :: . .IList< (Of < ( <'GaugeLabel> ) > ) >
An IList<(Of <(<'T>)>)> object.