Proprietà LinearGauges
Defines the set of linear gauges for the gauge panel.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property LinearGauges As LinearGaugeCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .LinearGaugeCollection
A LinearGaugeCollection object.
Vedere anche