TextBoxInstance Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Represents an evaluated instance of a TextBox definition. This class cannot be inherited.
The following tables list the members exposed by the TextBoxInstance type.
Protected Fields
Name | Description | |
---|---|---|
m_reportElementDef | Represents the report element definition. (inherited from ReportElementInstance) | |
m_style | Represents the evaluated instance of the Style definition. (inherited from ReportElementInstance) | |
m_uniqueName | Gets a name that uniquely identifies this instance object in the report. (inherited from ReportItemInstance) | |
m_visibility | Represents a value that indicates whether the ReportItem should be hidden. (inherited from ReportItemInstance) |
Top
Public Properties
Name | Description | |
---|---|---|
Bookmark | Gets the evaluated expression or value for the items bookmark. (inherited from ReportItemInstance) | |
DocumentMapLabel | Gets the evaluated expression or value for the label that identifies this item in the document map. (inherited from ReportItemInstance) | |
Duplicate | Gets a value that indicates whether the value is a duplicate of a previous instance of the TextBox. | |
IsToggleParent | Gets a value that indicates whether the TextBox is used to toggle other items on the report. | |
OriginalValue | Gets the original, unformatted value of the TextBox. | |
SortState | Gets a value that indicates whether the TextBox is sorted ascending, descending or not sorted. | |
Style | Gets the evaluated instance of the Style definition. (inherited from ReportElementInstance) | |
ToggleState | Gets a value that indicates the current state of the toggle for the TextBox. | |
ToolTip | Gets the evaluated expression or value for the ToolTip text associated with the report item. (inherited from ReportItemInstance) | |
UniqueName | Gets a name that uniquely identifies this instance object in the report. (inherited from ReportItemInstance) | |
Value | Gets the evaluated expression or value for the TextBox. | |
Visibility | Gets a value that indicates whether the ReportItem should be hidden. (inherited from ReportItemInstance) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
AddToCurrentPage | Adds the TextBox to the current page. | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
RegisterToggleSender | Registers the TextBox as a valid toggle sender. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) | |
ResetInstanceCache | Resets the cache for the current instance. (inherited from ReportItemInstance) |
Top
See Also
Reference
TextBoxInstance Class
Microsoft.ReportingServices.ReportRendering Namespace
TextBox Class