Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the instance object that contains the calculated values for the definition class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Instance As DataCellInstance
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering.DataCellInstance
A DataCellInstance object.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering