次の方法で共有


MapLineTemplate.LabelPlacement プロパティ

マップの線レイヤーのラベル配置を取得します。

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

構文

'宣言
Public ReadOnly Property LabelPlacement As ReportEnumProperty(Of MapLineLabelPlacement)
    Get
'使用
Dim instance As MapLineTemplate 
Dim value As ReportEnumProperty(Of MapLineLabelPlacement)

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

プロパティ値

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

関連項目

参照

MapLineTemplate クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間