次の方法で共有


ChartLegend.LegendColumns プロパティ

凡例の列を取得します。

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

構文

'宣言
Public ReadOnly Property LegendColumns As ChartLegendColumnCollection 
    Get
'使用
Dim instance As ChartLegend 
Dim value As ChartLegendColumnCollection 

value = instance.LegendColumns
public ChartLegendColumnCollection LegendColumns { get; }
public:
property ChartLegendColumnCollection^ LegendColumns {
    ChartLegendColumnCollection^ get ();
}
member LegendColumns : ChartLegendColumnCollection
function get LegendColumns () : ChartLegendColumnCollection

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnCollection
ChartLegendColumnCollection オブジェクト。

関連項目

参照

ChartLegend クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間