ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing.Serialization Namespace / IDelayedContentStore Interface / TrackText Method
Text item to be tracked.

In This Topic
    TrackText Method (IDelayedContentStore)
    In This Topic
    Track text item value.
    Syntax
    'Declaration
     
    Function TrackText( _
       ByVal textBox As ITextItem _
    ) As String
    string TrackText( 
       ITextItem textBox
    )

    Parameters

    textBox
    Text item to be tracked.

    Return Value

    Text item identifier.
    See Also