Propriedade do RDL ChartLegendCustomItemCells
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
The legend cells in the custom legend item.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Collections.Generic. . :: . .IList< (Of < ( <'ChartLegendCustomItemCell> ) > ) >
An IList<(Of <(<'T>)>)> object.
Consulte também