Textbox Class
Represents a text box.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class Textbox _
Inherits ReportItem _
Implements ITextBoxProps
'Usage
Dim instance As Textbox
public class Textbox : ReportItem, ITextBoxProps
public ref class Textbox : public ReportItem,
ITextBoxProps
type Textbox =
class
inherit ReportItem
interface ITextBoxProps
end
public class Textbox extends ReportItem implements ITextBoxProps
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.ReportElement
Microsoft.ReportingServices.RdlObjectModel.ReportItem
Microsoft.ReportingServices.RdlObjectModel.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.