Condividi tramite


Proprietà CompiledTextRunInstance.TypeCode

Gets the type of the value contained in the text run instance. For compiled text runs, this is always String.

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

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property TypeCode As TypeCode 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.TypeCode
A TypeCode value.

Vedere anche

Riferimento

CompiledTextRunInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering