Partilhar via


Propriedade do RDL ChartLegendColumnHeader.Instance

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

Gets the report instance object that contains the calculated values of this report definition object.

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

Sintaxe

'Declaração
Public ReadOnly Property Instance As ChartLegendColumnHeaderInstance 
    Get
'Uso
Dim instance As ChartLegendColumnHeader 
Dim value As ChartLegendColumnHeaderInstance 

value = instance.Instance
public ChartLegendColumnHeaderInstance Instance { get; }
public:
property ChartLegendColumnHeaderInstance^ Instance {
    ChartLegendColumnHeaderInstance^ get ();
}
member Instance : ChartLegendColumnHeaderInstance
function get Instance () : ChartLegendColumnHeaderInstance

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnHeaderInstance
A ChartLegendColumnHeaderInstance object that represents the report instance object that contains the calculated values of this report definition object.

Consulte também

Referência

ChartLegendColumnHeader Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering