Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace