Propriedade do RDL MapPolygonTemplate.LabelPlacement
Gets label placement for the map polygon layer.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property LabelPlacement As ReportEnumProperty(Of MapPolygonLabelPlacement)
Get
'Uso
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>
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapPolygonLabelPlacement>
A ReportEnumProperty<EnumType> object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering