Свойство GaugeRowCollection.GaugeRow

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets the first gauge row in the collection.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property GaugeRow As GaugeRow 
    Get
'Применение
Dim instance As GaugeRowCollection 
Dim value As GaugeRow 

value = instance.GaugeRow
public GaugeRow GaugeRow { get; }
public:
property GaugeRow^ GaugeRow {
    GaugeRow^ get ();
}
member GaugeRow : GaugeRow
function get GaugeRow () : GaugeRow

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.GaugeRow
The first gauge row in the collection.

См. также

Справочник

GaugeRowCollection Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering