Свойство LegendCustomItems
Gets the custom legend items.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property LegendCustomItems As ChartLegendCustomItemCollection
Get
'Применение
Dim instance As ChartLegend
Dim value As ChartLegendCustomItemCollection
value = instance.LegendCustomItems
public ChartLegendCustomItemCollection LegendCustomItems { get; }
public:
property ChartLegendCustomItemCollection^ LegendCustomItems {
ChartLegendCustomItemCollection^ get ();
}
member LegendCustomItems : ChartLegendCustomItemCollection
function get LegendCustomItems () : ChartLegendCustomItemCollection
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartLegendCustomItemCollection
A LegendCustomItems object.
См. также