Compartilhar via


Propriedade do RDL TablixCell.Instance

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 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 da propriedade

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

Consulte também

Referência

TablixCell Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering