Compartilhar via


Propriedade do RDL TextBoxInstance.TypeCode

Gets the type of this text box instance.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System.TypeCode
A TypeCode value.

Consulte também

Referência

TextBoxInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering