TextBox Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents the definition of a TextBox. This class cannot be inherited.

The following tables list the members exposed by the TextBox type.

Protected Fields

  Name Description
m_bookmark  Represents the expression or value for the items bookmark. (inherited from ReportItem)
m_definitionPath  Represents the path that identifies the report item by its position in the hierarchy of the report and sub reports. (inherited from ReportItem)
m_documentMapLabel  Represents the expression or value for the label that identifies the item in the document map. (inherited from ReportItem)
m_instance  Represents the evaluated instance of the ReportItem definition. (inherited from ReportItem)
m_inSubtotal  Represents whether the item is in a subtotal. (inherited from ReportItem)
m_isListContentsRectangle  (inherited from ReportItem )
m_isOldSnapshot  Specifies whether the report element is an old snapshot. (inherited from ReportElement)
m_parentDefinitionPath  Represents the definition path for the report elements parent. (inherited from ReportElement)
m_startHidden  (inherited from ReportItem )
m_style  Represents the style definition for the report element. (inherited from ReportElement)
m_toolTip  Represents the expression or value for the ToolTip text associated with the report item. (inherited from ReportItem)

Top

Public Properties

  Name Description
ActionInfo Gets a list of actions associated with the TextBox.
Bookmark  Gets the expression or value that represents the items bookmark. (inherited from ReportItem)
CanGrow Gets a value that indicates whether the text box can increase the height vertically.
CanShrink Gets a value that indicates whether the text box can decrease the height vertically.
CanSort Gets value that indicates whether the TextBox can be sorted.
CustomProperties  Gets a list of custom properties for the item. (inherited from ReportItem)
DataElementName  Gets the name to use for the data element for instances of this item. (inherited from ReportItem)
DataElementOutput  Gets a value that indicates whether the item should appear in a data rendering. (inherited from ReportItem)
DataElementStyle Gets a value that indicates whether the textbox value should render as an element or attribute.
DefinitionPath  Gets the path that identifies the report item by its position in the hierarchy of the report and sub reports. (inherited from ReportItem)
DocumentMapLabel  Gets the expression or value for the label that identifies this item in the document map. (inherited from ReportItem)
Formula Gets the formula used to generate the value for the TextBox.
Height  Gets the height of the item on the report, including a unit designator such as cm, mm, in, pt, or pc. (inherited from ReportItem)
HideDuplicates Gets a value that indicates whether the item should be hidden when the value of the expression associated with the item is the same as the preceding row.
ID  Gets a string that uniquely identifies the item within the report definition. (inherited from ReportItem)
Instance  Gets the evaluated instance of the ReportItem definition. (inherited from ReportItem)
IsFullSize  Gets a value that indicates whether the top level item of a tablix cell or tablix member is expanded to 100%. (inherited from ReportItem)
IsToggleParent Gets a value that indicates whether the TextBox is used to toggle other items on the report.
KeepTogether Gets value that indicates that the entire contents of the textbox should be kept together on one page.
Left  Gets the horizontal position of the left edge of the report item, including a unit designator such as cm, mm, in, pt, or pc. (inherited from ReportItem)
LinkToChild  Gets the index into the ReportItem collection, if one exists, that references the ReportItem that should be linked to, using the document map, instead of the current item. (inherited from ReportItem)
Name  Gets that name of the item on the report. (inherited from ReportItem)
ParentDefinitionPath  Gets the path that identifies the parent report element by its position in the hierarchy of the report and sub reports. (inherited from ReportElement)
RenderingInfo  Gets or sets data specific to the current instance of the report item. (inherited from ReportItem)
RepeatedSibling  Gets a value that indicates whether the ReportItem is duplicated on each page as a repeated sibling of another report item. (inherited from ReportItem)
RepeatWith  Gets the name of a data region that this report item should be repeated with if that data region spans multiple pages. (inherited from ReportItem)
SharedTypeCode Gets the type of data contained in the text box that is shared across the report.
Style  Gets the style definition for the item. (inherited from ReportItem)
ToolTip  Gets the expression or value for the ToolTip text associated with the report item. (inherited from ReportItem)
Top  Gets the vertical position of the top edge of the report item, in units such as cm, mm, in, pt, or pc. (inherited from ReportItem)
Value Gets the expression or value of the TextBox.
Visibility  Gets a value that indicates whether the ReportItem should be hidden. (inherited from ReportItem)
Width  Gets the width of the item on the report, including a unit designator such as cm, mm, in, pt, or pc. (inherited from ReportItem)
ZIndex  Gets the Z-index of the report item. (inherited from ReportItem)

Top

Public Methods

(see also Protected Methods )

  Name Description
CreateCustomProperty  Creates a CustomProperty object. (inherited from ReportItem)
Equals  Overloaded. (inherited from Object )
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )

Top

See Also

Reference

TextBox Class
Microsoft.ReportingServices.ReportRendering Namespace
TextBoxInstance

Other Resources

Textbox Element (RDL)
Implementing a Rendering Extension