TextBoxInstance.TypeCode-Eigenschaft
Gets the type of this text box instance.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property TypeCode As TypeCode
Get
'Usage
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
Eigenschaftswert
Typ: System.TypeCode
A TypeCode value.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace