MapColorScaleInstance.LabelPlacement 属性

Gets the calculated value of the LabelPlacement property in a MapColorScale class.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property LabelPlacement As MapLabelPlacement
    Get
用法
Dim instance As MapColorScaleInstance
Dim value As MapLabelPlacement

value = instance.LabelPlacement
public MapLabelPlacement LabelPlacement { get; }
public:
property MapLabelPlacement LabelPlacement {
    MapLabelPlacement get ();
}
member LabelPlacement : MapLabelPlacement
function get LabelPlacement () : MapLabelPlacement

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.MapLabelPlacement
A MapLabelPlacement value that represents the calculated value of the LabelPlacement property.