次の方法で共有


MapGridLinesInstance.LabelPosition プロパティ

MapGridLines クラスの LabelPosition プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property LabelPosition As MapLabelPosition 
    Get
'使用
Dim instance As MapGridLinesInstance 
Dim value As MapLabelPosition 

value = instance.LabelPosition
public MapLabelPosition LabelPosition { get; }
public:
property MapLabelPosition LabelPosition {
    MapLabelPosition get ();
}
member LabelPosition : MapLabelPosition
function get LabelPosition () : MapLabelPosition

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.MapLabelPosition
LabelPosition プロパティの計算値を表す MapLabelPosition 値。

関連項目

参照

MapGridLinesInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間