TextBox Class
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
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
Microsoft.ReportingServices.OnDemandReportRendering.TextBox
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.