Freigeben über


MapGridLines.LabelPosition-Eigenschaft

Gets or sets the label position for the map gridlines.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property LabelPosition As ReportExpression(Of MapLabelPositions)
    Get 
    Set
'Usage
Dim instance As MapGridLines 
Dim value As ReportExpression(Of MapLabelPositions)

value = instance.LabelPosition

instance.LabelPosition = value
public ReportExpression<MapLabelPositions> LabelPosition { get; set; }
public:
property ReportExpression<MapLabelPositions> LabelPosition {
    ReportExpression<MapLabelPositions> get ();
    void set (ReportExpression<MapLabelPositions> value);
}
member LabelPosition : ReportExpression<MapLabelPositions> with get, set
function get LabelPosition () : ReportExpression<MapLabelPositions>
function set LabelPosition (value : ReportExpression<MapLabelPositions>)

Eigenschaftswert

Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapLabelPositions>
A ReportExpression<T> object.

Siehe auch

Verweis

MapGridLines Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace