次の方法で共有


TextBox.SharedTypeCode プロパティ

レポート内で共有されているテキスト ボックスに含まれるデータの型を取得します。

名前空間:  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
レポート内で共有されているテキスト ボックスに含まれるデータの型。

関連項目

参照

TextBox クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間