Compartir a través de


TextRun.SharedTypeCode Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

TextRun Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering