GaugeScale.GaugeMajorTickMarks 属性

Major tickmarks to display on the scale.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property GaugeMajorTickMarks As GaugeTickMarks 
    Get
用法
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

属性值

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

请参阅

参考

GaugeScale 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间