Gauge.GaugeScales 属性
Scales to display on the gauge.
命名空间: 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>
An IList<T> object.