MapPolygonTemplate.LabelPlacement Property
Gets label placement for the map polygon layer.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property LabelPlacement As ReportEnumProperty(Of MapPolygonLabelPlacement)
Get
'Usage
Dim instance As MapPolygonTemplate
Dim value As ReportEnumProperty(Of MapPolygonLabelPlacement)
value = instance.LabelPlacement
public ReportEnumProperty<MapPolygonLabelPlacement> LabelPlacement { get; }
public:
property ReportEnumProperty<MapPolygonLabelPlacement>^ LabelPlacement {
ReportEnumProperty<MapPolygonLabelPlacement>^ get ();
}
member LabelPlacement : ReportEnumProperty<MapPolygonLabelPlacement>
function get LabelPlacement () : ReportEnumProperty<MapPolygonLabelPlacement>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapPolygonLabelPlacement>
A ReportEnumProperty<EnumType> object.