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