Propriedade GaugeMajorTickMarks
Major tickmarks to display on the scale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property GaugeMajorTickMarks As GaugeTickMarks
Get
'Uso
Dim instance As GaugeScale
Dim value As GaugeTickMarks
value = instance.GaugeMajorTickMarks
public GaugeTickMarks GaugeMajorTickMarks { get; }
public:
property GaugeTickMarks^ GaugeMajorTickMarks {
GaugeTickMarks^ get ();
}
member GaugeMajorTickMarks : GaugeTickMarks
function get GaugeMajorTickMarks () : GaugeTickMarks
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeTickMarks
A GaugeTickMarks object.
Consulte também