Compartir a través de


TextBoxInstance.TypeCode Propiedad

Gets the type of this text box instance.

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

Sintaxis

'Declaración
Public ReadOnly Property TypeCode As TypeCode 
    Get
'Uso
Dim instance As TextBoxInstance 
Dim value As TypeCode 

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

Valor de la propiedad

Tipo: System.TypeCode
A TypeCode value.

Vea también

Referencia

TextBoxInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering