TickMarkStyle.Placement 屬性
Gets a value that determines where the tick mark should be placed relative to the scale.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property Placement As ReportEnumProperty(Of GaugeLabelPlacements)
Get
'用途
Dim instance As TickMarkStyle
Dim value As ReportEnumProperty(Of GaugeLabelPlacements)
value = instance.Placement
public ReportEnumProperty<GaugeLabelPlacements> Placement { get; }
public:
property ReportEnumProperty<GaugeLabelPlacements>^ Placement {
ReportEnumProperty<GaugeLabelPlacements>^ get ();
}
member Placement : ReportEnumProperty<GaugeLabelPlacements>
function get Placement () : ReportEnumProperty<GaugeLabelPlacements>
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeLabelPlacements>
A ReportEnumProperty<EnumType> object.