共用方式為


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.