MapPointTemplateInstance.LabelPlacement 属性

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

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

语法

声明
Public ReadOnly Property LabelPlacement As MapPointLabelPlacement 
    Get
用法
Dim instance As MapPointTemplateInstance 
Dim value As MapPointLabelPlacement 

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

属性值

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

请参阅

参考

MapPointTemplateInstance 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间