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 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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapLabelPositions>
A ReportExpression<T> object.