Propriedade do RDL LabelPosition

Gets or sets the label position for the map gridlines.

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

Sintaxe

'Declaração
Public Property LabelPosition As ReportExpression(Of MapLabelPositions)
    Get
    Set
'Uso
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>)