次の方法で共有


MapGridLines.LabelPosition プロパティ

マップのグリッド線のラベル配置を取得します。

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

構文

'宣言
Public ReadOnly Property LabelPosition As ReportEnumProperty(Of MapLabelPosition)
    Get
'使用
Dim instance As MapGridLines 
Dim value As ReportEnumProperty(Of MapLabelPosition)

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapLabelPosition>
ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

MapGridLines クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間