GaugeScale.CustomLabels Property

Definition

Gets or sets the custom labels for the scale.

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)

Property Value

An IList<T> object.

Attributes

Applies to