ChartDataPoint.CustomProperties 属性

定义

数据点的自定义属性。

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::CustomProperty ^> ^ CustomProperties { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::CustomProperty ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::CustomProperty ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.CustomProperty>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.CustomProperty> CustomProperties { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.CustomProperty>))>]
member this.CustomProperties : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.CustomProperty> with get, set
Public Property CustomProperties As IList(Of CustomProperty)

属性值

一个 IList<T> 对象。

属性

适用于