Proprietà MapPointTemplate.LabelPlacement
Gets or sets label placement for the map point layer.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property LabelPlacement As ReportExpression(Of MapPointLabelPlacements)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapPointLabelPlacements>
A ReportExpression<T> object.