共用方式為


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.

請參閱

參考

TickMarkStyleInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間