Свойство 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.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering