Compartir a través de


ChartLegendCustomItemCell.Instance Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ChartLegendCustomItemCell Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering