Propriedade do RDL 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< (Of < ( <'MapPolygonLabelPlacement> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Consulte também