GaugeScale.CustomLabels Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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