Compartir a través de


TablixCell.Instance Propiedad

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 Overridable ReadOnly Property Instance As TablixCellInstance 
    Get
'Uso
Dim instance As TablixCell 
Dim value As TablixCellInstance 

value = instance.Instance
public virtual TablixCellInstance Instance { get; }
public:
virtual property TablixCellInstance^ Instance {
    TablixCellInstance^ get ();
}
abstract Instance : TablixCellInstance 
override Instance : TablixCellInstance
function get Instance () : TablixCellInstance

Valor de la propiedad

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

Vea también

Referencia

TablixCell Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering