Freigeben über


TextBox-Klasse

Represents a text box.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class TextBox _
    Inherits ReportItem _
    Implements IROMActionOwner
'Usage
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

Vererbungshierarchie

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElement
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportItem
      Microsoft.ReportingServices.OnDemandReportRendering..::..TextBox

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.