次の方法で共有


ChartLegend.LegendCustomItems プロパティ

カスタムの凡例項目を取得します。

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

構文

'宣言
Public ReadOnly Property LegendCustomItems As ChartLegendCustomItemCollection 
    Get
'使用
Dim instance As ChartLegend 
Dim value As ChartLegendCustomItemCollection 

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

プロパティ値

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

関連項目

参照

ChartLegend クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間