CompiledTextRunInstance.TypeCode 属性

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

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

语法

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

属性值

类型:System.TypeCode
A TypeCode value.

请参阅

参考

CompiledTextRunInstance 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间