Поделиться через


Свойство ChartLegendCustomItem.LegendCustomItemCells

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets the legend cells in the custom legend item.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property LegendCustomItemCells As ChartLegendCustomItemCellCollection 
    Get
'Применение
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

Значение свойства

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

См. также

Справочник

ChartLegendCustomItem Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering