Partager via


Propriété TypeCode

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Overrides ReadOnly Property TypeCode As TypeCode
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .TypeCode
A TypeCode value.