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 data contained in the text run that is shared across the report.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property SharedTypeCode As TypeCode
Get
'Utilisation
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
Valeur de propriété
Type : System.TypeCode
The type of data contained in the text run that is shared across the report.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering