Partilhar via


Propriedade do RDL TextRun.SharedTypeCode

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public MustOverride ReadOnly Property SharedTypeCode As TypeCode 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

TextRun Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering