Share via


ChartLegendCustomItem.ChartLegendCustomItemCells Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The legend cells in the custom legend item.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property ChartLegendCustomItemCells As IList(Of ChartLegendCustomItemCell)
    Get
    Set
'Usage
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>)