共用方式為


GaugePanel.GaugeLabels 屬性

Gets or sets a list 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.

請參閱

參考

GaugePanel 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間