GaugeRowCollection.GaugeRow-Eigenschaft
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets the first gauge row in the collection.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property GaugeRow As GaugeRow
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.GaugeRow
The first gauge row in the collection.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace