Propriété LabelPlacement
Gets label placement for the map polygon layer.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property LabelPlacement As ReportEnumProperty(Of MapPolygonLabelPlacement)
Get
'Utilisation
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>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'MapPolygonLabelPlacement> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.