ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / JsonDataSource Class / Field Method
The name of the field.

In This Topic
    Field Method (JsonDataSource)
    In This Topic
    Returns the value of the field with the specified name.
    Syntax
    'Declaration
     
    Public Function Field( _
       ByVal name As String _
    ) As Object
    public object Field( 
       string name
    )

    Parameters

    name
    The name of the field.

    Return Value

    The value of the field.
    See Also