ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CustomPropertyDefinitionCollection Class / AddRange Method
The sequence of objects CustomPropertyDefinition to add.

In This Topic
    AddRange Method (CustomPropertyDefinitionCollection)
    In This Topic
    Adds the range of objects to the collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal collection As IEnumerable(Of CustomPropertyDefinition) _
    ) 
    public void AddRange( 
       IEnumerable<CustomPropertyDefinition> collection
    )

    Parameters

    collection
    The sequence of objects CustomPropertyDefinition to add.
    See Also