Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets label placement for the map point layer.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property LabelPlacement As ReportExpression(Of MapPointLabelPlacements)
Get
Set
'Usage
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapPointLabelPlacements>
A ReportExpression<T> object.