Compartilhar via


Classe ChartLegendCustomItemCell

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

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

Sintaxe

'Declaração
Public NotInheritable Class ChartLegendCustomItemCell _
    Inherits ChartObjectCollectionItem(Of ChartLegendCustomItemCellInstance) _
    Implements IROMStyleDefinitionContainer, IROMActionOwner
'Uso
Dim instance As ChartLegendCustomItemCell
public sealed class ChartLegendCustomItemCell : ChartObjectCollectionItem<ChartLegendCustomItemCellInstance>, 
    IROMStyleDefinitionContainer, IROMActionOwner
public ref class ChartLegendCustomItemCell sealed : public ChartObjectCollectionItem<ChartLegendCustomItemCellInstance^>, 
    IROMStyleDefinitionContainer, IROMActionOwner
[<SealedAttribute>]
type ChartLegendCustomItemCell =  
    class
        inherit ChartObjectCollectionItem<ChartLegendCustomItemCellInstance>
        interface IROMStyleDefinitionContainer
        interface IROMActionOwner
    end
public final class ChartLegendCustomItemCell extends ChartObjectCollectionItem<ChartLegendCustomItemCellInstance> implements IROMStyleDefinitionContainer, IROMActionOwner

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartObjectCollectionItem< (Of < ( <'ChartLegendCustomItemCellInstance> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..ChartLegendCustomItemCell

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.