次の方法で共有


MapLegend.Layout プロパティ

マップの凡例内のラベルの配置を取得します。

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

構文

'宣言
Public ReadOnly Property Layout As ReportEnumProperty(Of MapLegendLayout)
    Get
'使用
Dim instance As MapLegend 
Dim value As ReportEnumProperty(Of MapLegendLayout)

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

プロパティ値

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

関連項目

参照

MapLegend クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間