GaugePanel.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<GaugeLabel>
An IList<T> object.