Share via


ChartSeries.CustomProperties Eigenschaft

Definition

Benutzerdefinierte Eigenschaften für die Reihe.

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)

Eigenschaftswert

Ein IList<T>-Objekt.

Attribute

Gilt für: