TextBoxInstance.TypeCode 属性

Gets the type of this text box instance.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property TypeCode As TypeCode 
    Get
用法
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

属性值

类型:System.TypeCode
A TypeCode value.

请参阅

参考

TextBoxInstance 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间