GaugeScale.CustomLabels 屬性
Gets or sets the custom labels for the scale.
命名空間: 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>
An IList<T> object.