TextBoxInstance Class

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class TextBoxInstance _
    Inherits ReportItemInstance
'Usage
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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.