Propriedade GaugeScales
Gets the gauge scales.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property GaugeScales As LinearScaleCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .LinearScaleCollection
A LinearScaleCollection object.
Consulte também