次の方法で共有


Layout プロパティ

マップの凡例内のラベルの配置を取得します。値の設定も可能です。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property Layout As ReportExpression(Of MapLegendLayouts)
    Get
    Set
'使用
Dim instance As MapLegend
Dim value As ReportExpression(Of MapLegendLayouts)

value = instance.Layout

instance.Layout = value
public ReportExpression<MapLegendLayouts> Layout { get; set; }
public:
property ReportExpression<MapLegendLayouts> Layout {
    ReportExpression<MapLegendLayouts> get ();
    void set (ReportExpression<MapLegendLayouts> value);
}
member Layout : ReportExpression<MapLegendLayouts> with get, set
function get Layout () : ReportExpression<MapLegendLayouts>
function set Layout (value : ReportExpression<MapLegendLayouts>)