マップのグリッド線のラベル配置を取得します。値の設定も可能です。
名前空間: 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>
ReportExpression<T> オブジェクト。