次の方法で共有


Gauge.GaugeScales プロパティ

ゲージに表示するスケール。

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

構文

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

value = instance.GaugeScales

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

プロパティ値

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

関連項目

参照

Gauge クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間