Compartilhar via


Propriedade do RDL ChartLegendCustomItem.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 ChartLegendCustomItemInstance 
    Get
'Uso
Dim instance As ChartLegendCustomItem 
Dim value As ChartLegendCustomItemInstance 

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

Valor da propriedade

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

Consulte também

Referência

ChartLegendCustomItem Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering