GaugeScale.GaugePointers Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Получает или устанавливает указатели для отображения на шкале.
public:
property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::GaugePointer ^> ^ GaugePointers { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::GaugePointer ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::GaugePointer ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.GaugePointer>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.GaugePointer> GaugePointers { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.GaugePointer>))>]
member this.GaugePointers : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.GaugePointer> with get, set
Public Property GaugePointers As IList(Of GaugePointer)
Значение свойства
Объект IList<T>.
- Атрибуты