Partager via


Propriété MapGridLines.LabelPosition

Gets or sets the label position for the map gridlines.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property LabelPosition As ReportExpression(Of MapLabelPositions)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

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

Voir aussi

Référence

MapGridLines Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel