Partager via


Propriété GaugeMajorTickMarks

Major tickmarks to display on the scale.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property GaugeMajorTickMarks As GaugeTickMarks
    Get
'Utilisation
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