Compartilhar via


Propriedade do RDL GaugeScale.GaugeMinorTickMarks

Minor 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 GaugeMinorTickMarks As GaugeTickMarks 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

GaugeScale Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering