Propriété 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 MustOverride ReadOnly Property Instance As DataMemberInstance
Get
'Utilisation
Dim instance As DataMember
Dim value As DataMemberInstance
value = instance.Instance
public abstract DataMemberInstance Instance { get; }
public:
virtual property DataMemberInstance^ Instance {
DataMemberInstance^ get () abstract;
}
abstract Instance : DataMemberInstance
abstract function get Instance () : DataMemberInstance
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .DataMemberInstance
A DataMemberInstance object.
Voir aussi