次の方法で共有


MapLegendInstance.Layout プロパティ

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

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

構文

'宣言
Public ReadOnly Property Layout As MapLegendLayout 
    Get
'使用
Dim instance As MapLegendInstance 
Dim value As MapLegendLayout 

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

プロパティ値

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

関連項目

参照

MapLegendInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間