Freigeben über


ChartLegendCustomItemCells-Eigenschaft

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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>)

Eigenschaftenwert

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