CustomLabels 속성
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< (Of < ( <'CustomLabel> ) > ) >
An IList<(Of <(<'T>)>)> object.