Partager via


Propriété TablixCell.Instance

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property Instance As TablixCellInstance 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

TablixCell Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering