Proprietà GaugeScales
Gets the gauge scales.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property GaugeScales As LinearScaleCollection
Get
'Utilizzo
Dim instance As LinearGauge
Dim value As LinearScaleCollection
value = instance.GaugeScales
public LinearScaleCollection GaugeScales { get; }
public:
property LinearScaleCollection^ GaugeScales {
LinearScaleCollection^ get ();
}
member GaugeScales : LinearScaleCollection
function get GaugeScales () : LinearScaleCollection
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .LinearScaleCollection
A LinearScaleCollection object.
Vedere anche