ActiveReports 18 .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 unique persistent key used to identified instance of the textbox item. This is primarily used for passing interactive state from client to server, so the server is capable to apply interactivity and relayout the report document.
    Syntax
    'Declaration
     
    ReadOnly Property Key As String
    string Key {get;}
    See Also