Compartilhar via


Classe ChartLegendColumnHeader

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents a column header in a chart legend.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnHeader

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

Sintaxe

'Declaração
Public NotInheritable Class ChartLegendColumnHeader _
    Implements IROMStyleDefinitionContainer
'Uso
Dim instance As ChartLegendColumnHeader
public sealed class ChartLegendColumnHeader : IROMStyleDefinitionContainer
public ref class ChartLegendColumnHeader sealed : IROMStyleDefinitionContainer
[<SealedAttribute>]
type ChartLegendColumnHeader =  
    class 
        interface IROMStyleDefinitionContainer 
    end
public final class ChartLegendColumnHeader implements IROMStyleDefinitionContainer

O tipo ChartLegendColumnHeader expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriedade pública Style Gets the header style.
Propriedade pública Value Gets an expression that evaluates to the value to be shown in the header.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering