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