Gets or sets the label position for the map gridlines.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property LabelPosition As ReportExpression(Of MapLabelPositions)
Get
Set
‘사용 방법
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>)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapLabelPositions>
A ReportExpression<T> object.