TextBox クラス

テキスト ボックスを表します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public NotInheritable Class TextBox _
    Inherits ReportItem _
    Implements IROMActionOwner
'使用
Dim instance As TextBox
public sealed class TextBox : ReportItem, 
    IROMActionOwner
public ref class TextBox sealed : public ReportItem, 
    IROMActionOwner
[<SealedAttribute>]
type TextBox =  
    class
        inherit ReportItem
        interface IROMActionOwner
    end
public final class TextBox extends ReportItem implements IROMActionOwner

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。