Condividi tramite


Proprietà TextRunInstance.Definition

Gets the definition class of this TextRunInstance.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Definition As TextRun 
    Get
'Utilizzo
Dim instance As TextRunInstance 
Dim value As TextRun 

value = instance.Definition
public TextRun Definition { get; }
public:
property TextRun^ Definition {
    TextRun^ get ();
}
member Definition : TextRun
function get Definition () : TextRun

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.TextRun
A TextRun object that represents the definition class of this TextRunInstance.

Vedere anche

Riferimento

TextRunInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering