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.