共用方式為


TickMarkStyle.Shape 屬性

Gets the shape of the tick mark.

命名空間:  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>
A ReportEnumProperty<EnumType> object.

請參閱

參考

TickMarkStyle 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間