Compartilhar via


Propriedade do RDL DataCell.Instance

Gets the instance object that contains the calculated values for the definition class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Instance As DataCellInstance 
    Get
'Uso
Dim instance As DataCell 
Dim value As DataCellInstance 

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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.DataCellInstance
A DataCellInstance object.

Consulte também

Referência

DataCell Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering