Partager via


Propriété 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