ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine.ExpressionEvaluation Namespace / Field Class / Properties Property

In This Topic
    Properties Property (Field)
    In This Topic
    Allows to acces Name and Value by case-insensitive key (name and value respectively).
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Properties( _
       ByVal property As String _
    ) As Object
    public object this[ 
       string property
    ]; {get;}

    Parameters

    property
    See Also