Partager via


Propriété TextBox.SharedTypeCode

Gets the type of data contained in the text box 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 ReadOnly Property SharedTypeCode As TypeCode 
    Get
'Utilisation
Dim instance As TextBox 
Dim value As TypeCode 

value = instance.SharedTypeCode
public TypeCode SharedTypeCode { get; }
public:
property TypeCode SharedTypeCode {
    TypeCode get ();
}
member SharedTypeCode : TypeCode
function get SharedTypeCode () : TypeCode

Valeur de propriété

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

Voir aussi

Référence

TextBox Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering