次の方法で共有


ChartLegendInstance.Layout プロパティ

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

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

構文

'宣言
Public ReadOnly Property Layout As ChartLegendLayouts 
    Get
'使用
Dim instance As ChartLegendInstance 
Dim value As ChartLegendLayouts 

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

プロパティ値

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

関連項目

参照

ChartLegendInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間