Propriété ChartLegendCustomItemCells
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
The legend cells in the custom legend item.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property ChartLegendCustomItemCells As IList(Of ChartLegendCustomItemCell)
Get
Set
'Utilisation
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>)
Valeur de propriété
Type : System.Collections.Generic. . :: . .IList< (Of < ( <'ChartLegendCustomItemCell> ) > ) >
An IList<(Of <(<'T>)>)> object.
Voir aussi