Delen via


GaugeRowCollection.GaugeRow Property

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

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