Partilhar via


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

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

Valor da propriedade

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

Consulte também

Referência

ChartLegendCustomItemCell Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering