ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / IInputTextField Interface / ContentValue Property

In This Topic
    ContentValue Property (IInputTextField)
    In This Topic
    Gets the content value of the input field as a string.
    Syntax
    'Declaration
     
    ReadOnly Property ContentValue As String
    string ContentValue {get;}

    Property Value

    The content value of the input field as a System.String.
    See Also