共用方式為


GaugeScale.GaugeMinorTickMarks 屬性

Minor tickmarks to display on the scale.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property GaugeMinorTickMarks As GaugeTickMarks 
    Get
'用途
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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.GaugeTickMarks
A GaugeTickMarks object.

請參閱

參考

GaugeScale 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間