TextRunInstance.TypeCode Property
Gets the type of this text run instance.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property TypeCode As TypeCode
Get
'Usage
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
Property Value
Type: System.TypeCode
A TypeCode object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace