共用方式為


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 命名空間