ComponentOne Reports for WPF
C1.C1Report Namespace / ReportParameterCollection Class / Count Property

In This Topic
    Count Property (ReportParameterCollection)
    In This Topic
    Gets the number of ReportParameter objects in the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}
    See Also