Classe ChartLegendCustomItemCellCollection
Represents a collection of ChartLegendCustomItemCell objects.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class ChartLegendCustomItemCellCollection _
Inherits ChartObjectCollectionBase(Of ChartLegendCustomItemCell, ChartLegendCustomItemCellInstance)
'Uso
Dim instance As ChartLegendCustomItemCellCollection
public sealed class ChartLegendCustomItemCellCollection : ChartObjectCollectionBase<ChartLegendCustomItemCell, ChartLegendCustomItemCellInstance>
public ref class ChartLegendCustomItemCellCollection sealed : public ChartObjectCollectionBase<ChartLegendCustomItemCell^, ChartLegendCustomItemCellInstance^>
[<SealedAttribute>]
type ChartLegendCustomItemCellCollection =
class
inherit ChartObjectCollectionBase<ChartLegendCustomItemCell, ChartLegendCustomItemCellInstance>
end
public final class ChartLegendCustomItemCellCollection extends ChartObjectCollectionBase<ChartLegendCustomItemCell, ChartLegendCustomItemCellInstance>
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartObjectCollectionBase< (Of < ( <'ChartLegendCustomItemCell, ChartLegendCustomItemCellInstance> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..ChartLegendCustomItemCellCollection
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.
Consulte também