Gets the placement of labels in a map color scale.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property LabelPlacement As ReportEnumProperty(Of MapLabelPlacement)
Get
'用途
Dim instance As MapColorScale
Dim value As ReportEnumProperty(Of MapLabelPlacement)
value = instance.LabelPlacement
public ReportEnumProperty<MapLabelPlacement> LabelPlacement { get; }
public:
property ReportEnumProperty<MapLabelPlacement>^ LabelPlacement {
ReportEnumProperty<MapLabelPlacement>^ get ();
}
member LabelPlacement : ReportEnumProperty<MapLabelPlacement>
function get LabelPlacement () : ReportEnumProperty<MapLabelPlacement>
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapLabelPlacement>
A ReportEnumProperty<EnumType> object.