Classe TextBoxInstance
Represents an instance type of the TextBox class and contains the calculated values of the properties in TextBox.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportItemInstance
Microsoft.ReportingServices.OnDemandReportRendering..::..TextBoxInstance
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 | |
---|---|---|
Bookmark | Gets the calculated value of the Bookmark property in a ReportItem class. (hérité de ReportItemInstance.) | |
DocumentMapLabel | Gets the calculated value of the DocumentMapLabel property in a ReportItem class. (hérité de ReportItemInstance.) | |
Duplicate | Gets a Boolean value that indicates whether this TextBoxInstance has the same calculated values as the previous visible TextBoxInstance. | |
IsToggleParent | Gets the calculated value of the IsToggleParent property in a TextBox class. | |
OriginalValue | Gets the calculated value of the TextBox before formatting has been applied. | |
ParagraphInstances | Gets the calculated value of the Paragraphs property in a TextBox class. | |
ProcessedWithError | Gets a Boolean value that indicates whether this TextBoxInstance contains errors. | |
SortState | Gets the current state of the sort options on the TextBox. | |
Style | Gets the calculated value of the Style property in a ReportElement class. (hérité de ReportElementInstance.) | |
ToggleState | Gets the current state of the toggle image on the TextBox. | |
ToolTip | Gets the calculated value of the ToolTip property in a ReportItem class. (hérité de ReportItemInstance.) | |
TypeCode | Gets the type of this text box instance. | |
UniqueName | Gets the unique identifier of this instance object. (hérité de ReportItemInstance.) | |
Value | Gets the calculated value of the TextBox after formatting has been applied. | |
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 | |
---|---|---|
AddToCurrentPage | Registers the value of the TextBox as being on the current page. | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
RegisterToggleSender | Registers the value of the TextBox as being on the current page. | |
ResetInstanceCache | Infrastructure. (hérité de ReportItemInstance.) | |
ToString | (hérité de Object.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
m_reportElementDef | Infrastructure. (hérité de ReportElementInstance.) | |
m_style | Infrastructure. (hérité de ReportElementInstance.) | |
m_uniqueName | Infrastructure. (hérité de ReportItemInstance.) | |
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.