次の方法で共有


GaugePanel.GaugeLabels プロパティ

ゲージ パネルのラベルの一覧を取得または設定します。

名前空間:  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>
IList<T> オブジェクト。

関連項目

参照

GaugePanel クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間