GaugePanel.GaugeImages 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 as imagens neste painel de medidores.
public:
property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::GaugeImage ^> ^ GaugeImages { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::GaugeImage ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::GaugeImage ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.GaugeImage>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.GaugeImage> GaugeImages { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.GaugeImage>))>]
member this.GaugeImages : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.GaugeImage> with get, set
Public Property GaugeImages As IList(Of GaugeImage)
Valor da propriedade
Um objeto IList<T>.
- Atributos