CustomLabels プロパティ
スケールに使用するカスタム ラベル。
名前空間: 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> ) > ) >
IList<(Of <(<'T>)>)> オブジェクト。