次の方法で共有


ChartLegendCustomItem.ChartLegendCustomItemCells プロパティ

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

カスタム凡例項目内の凡例セル。

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

構文

'宣言
Public Property ChartLegendCustomItemCells As IList(Of ChartLegendCustomItemCell)
    Get 
    Set
'使用
Dim instance As ChartLegendCustomItem 
Dim value As IList(Of ChartLegendCustomItemCell)

value = instance.ChartLegendCustomItemCells

instance.ChartLegendCustomItemCells = value
public IList<ChartLegendCustomItemCell> ChartLegendCustomItemCells { get; set; }
public:
property IList<ChartLegendCustomItemCell^>^ ChartLegendCustomItemCells {
    IList<ChartLegendCustomItemCell^>^ get ();
    void set (IList<ChartLegendCustomItemCell^>^ value);
}
member ChartLegendCustomItemCells : IList<ChartLegendCustomItemCell> with get, set
function get ChartLegendCustomItemCells () : IList<ChartLegendCustomItemCell>
function set ChartLegendCustomItemCells (value : IList<ChartLegendCustomItemCell>)

プロパティ値

型: System.Collections.Generic.IList<ChartLegendCustomItemCell>
IList<T> オブジェクト。

関連項目

参照

ChartLegendCustomItem クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間