Compartilhar via


Classe ChartLegendCustomItemCollection

Represents a collection of ChartLegendCustomItem objects.

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

Sintaxe

'Declaração
Public NotInheritable Class ChartLegendCustomItemCollection _
    Inherits ChartObjectCollectionBase(Of ChartLegendCustomItem, ChartLegendCustomItemInstance)
'Uso
Dim instance As ChartLegendCustomItemCollection
public sealed class ChartLegendCustomItemCollection : ChartObjectCollectionBase<ChartLegendCustomItem, ChartLegendCustomItemInstance>
public ref class ChartLegendCustomItemCollection sealed : public ChartObjectCollectionBase<ChartLegendCustomItem^, ChartLegendCustomItemInstance^>
[<SealedAttribute>]
type ChartLegendCustomItemCollection =  
    class
        inherit ChartObjectCollectionBase<ChartLegendCustomItem, ChartLegendCustomItemInstance>
    end
public final class ChartLegendCustomItemCollection extends ChartObjectCollectionBase<ChartLegendCustomItem, ChartLegendCustomItemInstance>

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartObjectCollectionBase< (Of < ( <'ChartLegendCustomItem, ChartLegendCustomItemInstance> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..ChartLegendCustomItemCollection

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.