CustomProperties プロパティ
系列のカスタム プロパティ。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property CustomProperties As IList(Of CustomProperty)
Get
Set
'使用
Dim instance As ChartSeries
Dim value As IList(Of CustomProperty)
value = instance.CustomProperties
instance.CustomProperties = value
public IList<CustomProperty> CustomProperties { get; set; }
public:
property IList<CustomProperty^>^ CustomProperties {
IList<CustomProperty^>^ get ();
void set (IList<CustomProperty^>^ value);
}
member CustomProperties : IList<CustomProperty> with get, set
function get CustomProperties () : IList<CustomProperty>
function set CustomProperties (value : IList<CustomProperty>)
プロパティ値
型: System.Collections.Generic. . :: . .IList< (Of < ( <'CustomProperty> ) > ) >
IList<(Of <(<'T>)>)> オブジェクト。