Compartilhar via


Propriedade do RDL ChartLegendCustomItem.LegendCustomItemCells

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the legend cells in the custom legend item.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property LegendCustomItemCells As ChartLegendCustomItemCellCollection 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCellCollection
Returns ChartLegendCustomItemCellCollection object that represents the legend cells in the custom legend item.

Consulte também

Referência

ChartLegendCustomItem Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering