Compartir a través de


TextBoxInstance Miembros

Represents an instance type of the TextBox class and contains the calculated values of the properties in TextBox.

El tipo TextBoxInstance expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico AddToCurrentPage Registers the value of the TextBox as being on the current page.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico RegisterToggleSender Registers the value of the TextBox as being on the current page.
Método protegido ResetInstanceCache Infraestructura. (Se hereda de ReportItemInstance).
Método publico ToString (Se hereda de Object).

Principio

Campos

  Nombre Descripción
Campo protegido m_reportElementDef Infraestructura. (Se hereda de ReportElementInstance).
Campo protegido m_style Infraestructura. (Se hereda de ReportElementInstance).
Campo protegido m_uniqueName Infraestructura. (Se hereda de ReportItemInstance).
Campo protegido m_visibility Infraestructura. (Se hereda de ReportItemInstance).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Bookmark Gets the calculated value of the Bookmark property in a ReportItem class. (Se hereda de ReportItemInstance).
Propiedad pública DocumentMapLabel Gets the calculated value of the DocumentMapLabel property in a ReportItem class. (Se hereda de ReportItemInstance).
Propiedad pública Duplicate Gets a Boolean value that indicates whether this TextBoxInstance has the same calculated values as the previous visible TextBoxInstance.
Propiedad pública IsToggleParent Gets the calculated value of the IsToggleParent property in a TextBox class.
Propiedad pública OriginalValue Gets the calculated value of the TextBox before formatting has been applied.
Propiedad pública ParagraphInstances Gets the calculated value of the Paragraphs property in a TextBox class.
Propiedad pública ProcessedWithError Gets a Boolean value that indicates whether this TextBoxInstance contains errors.
Propiedad pública SortState Gets the current state of the sort options on the TextBox.
Propiedad pública Style Gets the calculated value of the Style property in a ReportElement class. (Se hereda de ReportElementInstance).
Propiedad pública ToggleState Gets the current state of the toggle image on the TextBox.
Propiedad pública ToolTip Gets the calculated value of the ToolTip property in a ReportItem class. (Se hereda de ReportItemInstance).
Propiedad pública TypeCode Gets the type of this text box instance.
Propiedad pública UniqueName Gets the unique identifier of this instance object. (Se hereda de ReportItemInstance).
Propiedad pública Value Gets the calculated value of the TextBox after formatting has been applied.
Propiedad pública Visibility Gets the calculated value of the Visibility property in a ReportItem class. (Se hereda de ReportItemInstance).

Principio