TextRun.SharedTypeCode 属性

Gets the type of data contained in the text run that is shared across the report.

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

语法

声明
Public MustOverride ReadOnly Property SharedTypeCode As TypeCode 
    Get
用法
Dim instance As TextRun 
Dim value As TypeCode 

value = instance.SharedTypeCode
public abstract TypeCode SharedTypeCode { get; }
public:
virtual property TypeCode SharedTypeCode {
    TypeCode get () abstract;
}
abstract SharedTypeCode : TypeCode
abstract function get SharedTypeCode () : TypeCode

属性值

类型:System.TypeCode
The type of data contained in the text run that is shared across the report.

请参阅

参考

TextRun 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间