Compartir a través de


ChartLegendCustomItemCells Propiedad

Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.

The legend cells in the custom legend item.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property ChartLegendCustomItemCells As IList(Of ChartLegendCustomItemCell)
    Get
    Set
'Uso
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>)

Valor de la propiedad

Tipo: System.Collections.Generic. . :: . .IList< (Of < ( <'ChartLegendCustomItemCell> ) > ) >
An IList<(Of <(<'T>)>)> object.