Condividi tramite


Proprietà GaugeRowCollection.GaugeRow

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the first gauge row in the collection.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property GaugeRow As GaugeRow 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.GaugeRow
The first gauge row in the collection.

Vedere anche

Riferimento

GaugeRowCollection Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering