ComponentOne Reports for WPF
C1.C1Report Namespace / ReportParameterCollection Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Gets a report parameter by index.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As ReportParameter
    public ReportParameter Item( 
       int index
    ) {get;}

    Parameters

    index
    See Also