Partager via


Propriété GaugeScale.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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.GaugeTickMarks
A GaugeTickMarks object.

Voir aussi

Référence

GaugeScale Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering