次の方法で共有


ChartLegendCustomItem.LegendCustomItemCells プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

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

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

構文

'宣言
Public ReadOnly Property LegendCustomItemCells As ChartLegendCustomItemCellCollection 
    Get
'使用
Dim instance As ChartLegendCustomItem 
Dim value As ChartLegendCustomItemCellCollection 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCellCollection
カスタムの凡例項目内の凡例セルを表す ChartLegendCustomItemCellCollection オブジェクトを返します。

関連項目

参照

ChartLegendCustomItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間