GaugeScale.CustomLabels Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Bekommt oder stellt die benutzerdefinierten Etiketten für die Waage 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