Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the instance object that contains the calculated values for the definition class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Instance As DataCellInstance
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.DataCellInstance
A DataCellInstance object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace