次の方法で共有


GaugeScale.GaugeMinorTickMarks プロパティ

スケール上に表示する補助目盛りを取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property GaugeMinorTickMarks As GaugeTickMarks 
    Get 
    Set
'使用
Dim instance As GaugeScale 
Dim value As GaugeTickMarks 

value = instance.GaugeMinorTickMarks

instance.GaugeMinorTickMarks = value
public GaugeTickMarks GaugeMinorTickMarks { get; set; }
public:
property GaugeTickMarks^ GaugeMinorTickMarks {
    GaugeTickMarks^ get ();
    void set (GaugeTickMarks^ value);
}
member GaugeMinorTickMarks : GaugeTickMarks with get, set
function get GaugeMinorTickMarks () : GaugeTickMarks 
function set GaugeMinorTickMarks (value : GaugeTickMarks)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.GaugeTickMarks
GaugeTickMarks オブジェクト。

関連項目

参照

GaugeScale クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間