共用方式為


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 命名空間