Partager via


Propriété TextRun.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 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 propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance
A TextRunInstance object.

Voir aussi

Référence

TextRun Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering