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 | |
---|---|---|
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Style | Gets the header style. | |
Value | Gets an expression that evaluates to the value to be shown in the header. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
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