TickMarkStyleInstance.Shape 属性

Gets the calculated value of the Shape property in a TickMarkStyle class.

命名空间:  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
A GaugeTickMarkShapes value that represents the calculated value of the Shape property.