次の方法で共有


GaugeScale.CustomLabels プロパティ

スケールに使用するカスタム ラベルを取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property CustomLabels As IList(Of CustomLabel)
    Get 
    Set
'使用
Dim instance As GaugeScale 
Dim value As IList(Of CustomLabel)

value = instance.CustomLabels

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

プロパティ値

型: System.Collections.Generic.IList<CustomLabel>
IList<T> オブジェクト。

関連項目

参照

GaugeScale クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間