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