Compartir a través de


TextRunInstance.Definition Propiedad

Gets the definition class of this TextRunInstance.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Definition As TextRun 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

TextRunInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering