Condividi tramite


Proprietà TextRun.Instance

Gets the report instance object that contains the calculated values of this report definition object.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property Instance As TextRunInstance 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

TextRun Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering