Compartir a través de


ChartLegendCustomItem.LegendCustomItemCells Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the legend cells in the custom legend item.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ChartLegendCustomItem Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering