Partager via


Propriété LegendCustomItemCells

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property LegendCustomItemCells As ChartLegendCustomItemCellCollection
    Get
'Utilisation
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