'Declaration Public Sub AddRange( _ ByVal collection As IEnumerable(Of ReportItem) _ )
public void AddRange( IEnumerable<ReportItem> collection )
Parameters
- collection
The ReportItemCollection object to add.
The ReportItemCollection object to add.
'Declaration Public Sub AddRange( _ ByVal collection As IEnumerable(Of ReportItem) _ )
public void AddRange( IEnumerable<ReportItem> collection )
The ReportItemCollection object to add.