次の方法で共有


TickMarkStyleInstance.Shape プロパティ

TickMarkStyle クラスの Shape プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Shape As GaugeTickMarkShapes 
    Get
'使用
Dim instance As TickMarkStyleInstance 
Dim value As GaugeTickMarkShapes 

value = instance.Shape
public GaugeTickMarkShapes Shape { get; }
public:
property GaugeTickMarkShapes Shape {
    GaugeTickMarkShapes get ();
}
member Shape : GaugeTickMarkShapes
function get Shape () : GaugeTickMarkShapes

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.GaugeTickMarkShapes
Shape プロパティの計算値を表す GaugeTickMarkShapes 値。

関連項目

参照

TickMarkStyleInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間