Instance propriété
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 (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property Instance As TextRunInstance
Get
'Utilisation
Dim instance As TextRun
Dim value As TextRunInstance
value = instance.Instance
public abstract TextRunInstance Instance { get; }
public:
virtual property TextRunInstance^ Instance {
TextRunInstance^ get () abstract;
}
abstract Instance : TextRunInstance
abstract function get Instance () : TextRunInstance
Valeur de la propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .TextRunInstance
A TextRunInstance object.