Propriedade do RDL GaugeRowCollection.GaugeRow
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the first gauge row in the collection.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property GaugeRow As GaugeRow
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.GaugeRow
The first gauge row in the collection.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering