ScaleLabels.Placement 属性
Gets an expression that evaluates to where the labels 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 ScaleLabels
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>