Partager via


Propriété GaugeMinorTickMarks

Minor 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 GaugeMinorTickMarks As GaugeTickMarks
    Get
'Utilisation
Dim instance As GaugeScale
Dim value As GaugeTickMarks

value = instance.GaugeMinorTickMarks
public GaugeTickMarks GaugeMinorTickMarks { get; }
public:
property GaugeTickMarks^ GaugeMinorTickMarks {
    GaugeTickMarks^ get ();
}
member GaugeMinorTickMarks : GaugeTickMarks
function get GaugeMinorTickMarks () : GaugeTickMarks