Compartir a través de


TextRunInstance.TypeCode Propiedad

Gets the type of this text run instance.

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

Sintaxis

'Declaración
Public MustOverride ReadOnly Property TypeCode As TypeCode 
    Get
'Uso
Dim instance As TextRunInstance 
Dim value As TypeCode 

value = instance.TypeCode
public abstract TypeCode TypeCode { get; }
public:
virtual property TypeCode TypeCode {
    TypeCode get () abstract;
}
abstract TypeCode : TypeCode
abstract function get TypeCode () : TypeCode

Valor de la propiedad

Tipo: System.TypeCode
A TypeCode object.

Vea también

Referencia

TextRunInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering