Partager via


Propriété GaugePanel.LinearGauges

Defines the set of linear gauges for the gauge panel.

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

Syntaxe

'Déclaration
Public ReadOnly Property LinearGauges As LinearGaugeCollection 
    Get
'Utilisation
Dim instance As GaugePanel 
Dim value As LinearGaugeCollection 

value = instance.LinearGauges
public LinearGaugeCollection LinearGauges { get; }
public:
property LinearGaugeCollection^ LinearGauges {
    LinearGaugeCollection^ get ();
}
member LinearGauges : LinearGaugeCollection
function get LinearGauges () : LinearGaugeCollection

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.LinearGaugeCollection
A LinearGaugeCollection object.

Voir aussi

Référence

GaugePanel Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering