共用方式為


TextBox.SharedTypeCode 屬性

Gets the type of data contained in the text box that is shared across the report.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property SharedTypeCode As TypeCode 
    Get
'用途
Dim instance As TextBox 
Dim value As TypeCode 

value = instance.SharedTypeCode
public TypeCode SharedTypeCode { get; }
public:
property TypeCode SharedTypeCode {
    TypeCode get ();
}
member SharedTypeCode : TypeCode
function get SharedTypeCode () : TypeCode

屬性值

型別:System.TypeCode
The type of data contained in the text box that is shared across the report.

請參閱

參考

TextBox 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間