TextBoxInstance.TypeCode Property
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
Property Value
Type: System.TypeCode
A TypeCode value.