ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes 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