ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderObjectList Class / AddRange Method

In This Topic
    AddRange Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal collection As System.Collections.Generic.IEnumerable(Of RenderObject) _
    ) 
    public void AddRange( 
       System.Collections.Generic.IEnumerable<RenderObject> collection
    )

    Parameters

    collection
    See Also