Compartir a través de


ChartLegend.LegendCustomItems Propiedad

Gets the custom legend items.

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

Sintaxis

'Declaración
Public ReadOnly Property LegendCustomItems As ChartLegendCustomItemCollection 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ChartLegend Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering