Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the type of this text run instance.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property TypeCode As TypeCode
Get
'Utilisation
Dim instance As TextRunInstance
Dim value As TypeCode
value = instance.TypeCode
public abstract TypeCode TypeCode { get; }
public:
virtual property TypeCode TypeCode {
TypeCode get () abstract;
}
abstract TypeCode : TypeCode
abstract function get TypeCode () : TypeCode
Valeur de propriété
Type : System.TypeCode
A TypeCode object.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering