Proprietà MapGridLines.LabelPosition
Gets or sets the label position for the map gridlines.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property LabelPosition As ReportExpression(Of MapLabelPositions)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapLabelPositions>
A ReportExpression<T> object.