Share via


GaugeScale.CustomLabels Eigenschaft

Definition

Ruft die benutzerdefinierten Bezeichnungen für die Skala ab oder legt sie fest.

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

Eigenschaftswert

Ein IList<T>-Objekt.

Attribute

Gilt für: