GaugeMinorTickMarks 속성
Minor tickmarks to display on the scale.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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