GaugeScale.CustomLabels Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define os rótulos personalizados para a escala.
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)
Valor da propriedade
Um objeto IList<T>.
- Atributos