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


Свойство ChartDataPoint.ItemInLegend

Gets the legend properties for this data point.

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

Синтаксис

'Декларация
Public MustOverride ReadOnly Property ItemInLegend As ChartItemInLegend 
    Get
'Применение
Dim instance As ChartDataPoint 
Dim value As ChartItemInLegend 

value = instance.ItemInLegend
public abstract ChartItemInLegend ItemInLegend { get; }
public:
virtual property ChartItemInLegend^ ItemInLegend {
    ChartItemInLegend^ get () abstract;
}
abstract ItemInLegend : ChartItemInLegend
abstract function get ItemInLegend () : ChartItemInLegend

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ChartItemInLegend
A ChartItemInLegend object that represents the legend properties for this data point.

См. также

Справочник

ChartDataPoint Класс

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