ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes Namespace / Parameters Class / Item Property

In This Topic
    Item Property (Parameters)
    In This Topic
    Returns the corresponding Parameter based on the key.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal key As Object _
    ) As Parameter
    public Parameter this[ 
       object key
    ]; {get;}

    Parameters

    key
    See Also