Megosztás:


GaugeRowCollection.GaugeRow Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Property Value

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

See Also

Reference

GaugeRowCollection Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace