Gauge.GaugeScales 속성

정의

계기에 표시할 눈금입니다.

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

속성 값

IList<T> 개체입니다.

특성

적용 대상