TickMarkStyle.Shape プロパティ
目盛りの図形を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property Shape As ReportEnumProperty(Of GaugeTickMarkShapes)
Get
'使用
Dim instance As TickMarkStyle
Dim value As ReportEnumProperty(Of GaugeTickMarkShapes)
value = instance.Shape
public ReportEnumProperty<GaugeTickMarkShapes> Shape { get; }
public:
property ReportEnumProperty<GaugeTickMarkShapes>^ Shape {
ReportEnumProperty<GaugeTickMarkShapes>^ get ();
}
member Shape : ReportEnumProperty<GaugeTickMarkShapes>
function get Shape () : ReportEnumProperty<GaugeTickMarkShapes>
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeTickMarkShapes>
ReportEnumProperty<EnumType> オブジェクトです。