Właściwość MapPointTemplate.LabelPlacement
Pobiera lub Ustawia położenie etykiety dla warstwy punkt mapy.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property LabelPlacement As ReportExpression(Of MapPointLabelPlacements)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapPointLabelPlacements>
A ReportExpression<T> obiektu.
Zobacz także