ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ITextBox Interface / Key Property

In This Topic
    Key Property (ITextBox)
    In This Topic
    Gets the unique persistent key used to identify the instance of the textbox item. This is primarily used for passing interactive state from client to server, so the server is capable of applying interactivity and relayouting the report document.
    Syntax
    'Declaration
     
    ReadOnly Property Key As String
    string Key {get;}

    Property Value

    A System.String representing the unique persistent key of the textbox item.
    See Also