Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ParameterValues Class / Item Property

In This Topic
    Item Property (ParameterValues)
    In This Topic
    Gets or sets the ParameterValue at the specified index.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As ParameterValue
    public ParameterValue this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also