Proprietà ChartLegendCustomItem.ChartLegendCustomItemCells
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
The legend cells in the custom legend item.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property ChartLegendCustomItemCells As IList(Of ChartLegendCustomItemCell)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: System.Collections.Generic.IList<ChartLegendCustomItemCell>
An IList<T> object.