Propriété LabelPlacement
Gets or sets label placement for the map point layer.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property LabelPlacement As ReportExpression(Of MapPointLabelPlacements)
Get
Set
'Utilisation
Dim instance As MapPointTemplate
Dim value As ReportExpression(Of MapPointLabelPlacements)
value = instance.LabelPlacement
instance.LabelPlacement = value
public ReportExpression<MapPointLabelPlacements> LabelPlacement { get; set; }
public:
property ReportExpression<MapPointLabelPlacements> LabelPlacement {
ReportExpression<MapPointLabelPlacements> get ();
void set (ReportExpression<MapPointLabelPlacements> value);
}
member LabelPlacement : ReportExpression<MapPointLabelPlacements> with get, set
function get LabelPlacement () : ReportExpression<MapPointLabelPlacements>
function set LabelPlacement (value : ReportExpression<MapPointLabelPlacements>)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'MapPointLabelPlacements> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.
Voir aussi