TextRunInstance.TypeCode 属性

Gets the type of this text run instance.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public MustOverride ReadOnly Property TypeCode As TypeCode 
    Get
用法
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

属性值

类型:System.TypeCode
A TypeCode object.

请参阅

参考

TextRunInstance 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间