Partager via


Classe TextBoxInstance

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class TextBoxInstance _
    Inherits ReportItemInstance
'Utilisation
Dim instance As TextBoxInstance
public sealed class TextBoxInstance : ReportItemInstance
public ref class TextBoxInstance sealed : public ReportItemInstance
[<SealedAttribute>]
type TextBoxInstance =  
    class
        inherit ReportItemInstance
    end
public final class TextBoxInstance extends ReportItemInstance

Le type TextBoxInstance expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Bookmark Gets the calculated value of the Bookmark property in a ReportItem class. (hérité de ReportItemInstance.)
Propriété publique DocumentMapLabel Gets the calculated value of the DocumentMapLabel property in a ReportItem class. (hérité de ReportItemInstance.)
Propriété publique Duplicate Gets a Boolean value that indicates whether this TextBoxInstance has the same calculated values as the previous visible TextBoxInstance.
Propriété publique IsToggleParent Gets the calculated value of the IsToggleParent property in a TextBox class.
Propriété publique OriginalValue Gets the calculated value of the TextBox before formatting has been applied.
Propriété publique ParagraphInstances Gets the calculated value of the Paragraphs property in a TextBox class.
Propriété publique ProcessedWithError Gets a Boolean value that indicates whether this TextBoxInstance contains errors.
Propriété publique SortState Gets the current state of the sort options on the TextBox.
Propriété publique Style Gets the calculated value of the Style property in a ReportElement class. (hérité de ReportElementInstance.)
Propriété publique ToggleState Gets the current state of the toggle image on the TextBox.
Propriété publique ToolTip Gets the calculated value of the ToolTip property in a ReportItem class. (hérité de ReportItemInstance.)
Propriété publique TypeCode Gets the type of this text box instance.
Propriété publique UniqueName Gets the unique identifier of this instance object. (hérité de ReportItemInstance.)
Propriété publique Value Gets the calculated value of the TextBox after formatting has been applied.
Propriété publique Visibility Gets the calculated value of the Visibility property in a ReportItem class. (hérité de ReportItemInstance.)

Haut de la page

Méthodes

  Nom Description
Méthode publique AddToCurrentPage Registers the value of the TextBox as being on the current page.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique RegisterToggleSender Registers the value of the TextBox as being on the current page.
Méthode protégée ResetInstanceCache Infrastructure. (hérité de ReportItemInstance.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ protégé m_reportElementDef Infrastructure. (hérité de ReportElementInstance.)
Champ protégé m_style Infrastructure. (hérité de ReportElementInstance.)
Champ protégé m_uniqueName Infrastructure. (hérité de ReportItemInstance.)
Champ protégé m_visibility Infrastructure. (hérité de ReportItemInstance.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.