Share via


CompiledTextRunInstance.TypeCode Property

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

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

Property Value

Type: System.TypeCode
A TypeCode value.