Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets label placement for the map point layer.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property LabelPlacement As ReportEnumProperty(Of MapPointLabelPlacement)
Get
'Usage
Dim instance As MapPointTemplate
Dim value As ReportEnumProperty(Of MapPointLabelPlacement)
value = instance.LabelPlacement
public ReportEnumProperty<MapPointLabelPlacement> LabelPlacement { get; }
public:
property ReportEnumProperty<MapPointLabelPlacement>^ LabelPlacement {
ReportEnumProperty<MapPointLabelPlacement>^ get ();
}
member LabelPlacement : ReportEnumProperty<MapPointLabelPlacement>
function get LabelPlacement () : ReportEnumProperty<MapPointLabelPlacement>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapPointLabelPlacement>
A ReportEnumProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace