Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the type of the value contained in the text run instance. For compiled text runs, this is always String.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Overrides ReadOnly Property TypeCode As TypeCode
Get
'Uso
Dim instance As CompiledTextRunInstance
Dim value As TypeCode
value = instance.TypeCode
public override TypeCode TypeCode { get; }
public:
virtual property TypeCode TypeCode {
TypeCode get () override;
}
abstract TypeCode : TypeCode
override TypeCode : TypeCode
override function get TypeCode () : TypeCode
Valor de la propiedad
Tipo: System.TypeCode
A TypeCode value.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering