次の方法で共有


GaugePanel.RadialGauges プロパティ

定義

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

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::RadialGauge ^> ^ RadialGauges { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::RadialGauge ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::RadialGauge ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.RadialGauge>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.RadialGauge> RadialGauges { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.RadialGauge>))>]
member this.RadialGauges : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.RadialGauge> with get, set
Public Property RadialGauges As IList(Of RadialGauge)

プロパティ値

IList<T> オブジェクト。

属性

適用対象