Partager via


Propriété GaugeRowCollection.GaugeRow

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the first gauge row in the collection.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property GaugeRow As GaugeRow 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

GaugeRowCollection Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering