ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.ReportParameters Namespace / ParameterValueCollection Class / Item Property
Index of the ParameterValue to return.

In This Topic
    Item Property (ParameterValueCollection)
    In This Topic
    Gets the ParameterValue by specified index
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As ParameterValue
    public ParameterValue this[ 
       int index
    ]; {get;}

    Parameters

    index
    Index of the ParameterValue to return.

    Property Value

    The ParameterValue, otherwise throws exception.
    See Also