Share via


ChartLegend.LegendCustomItems Property

Gets the custom legend items.

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

Syntax

'Declaration
Public ReadOnly Property LegendCustomItems As ChartLegendCustomItemCollection 
    Get
'Usage
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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCollection
A LegendCustomItems object.

See Also

Reference

ChartLegend Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace