ActiveReports 9
DataTable Constructor

The table columns.
The table rows.
Creates new instance of DataTable.
Syntax
'Declaration
 
Public Function New( _
   ByVal columns As System.Collections.Generic.IEnumerable(Of DataColumn), _
   ByVal rows As System.Collections.Generic.IEnumerable(Of DataRow) _
)
public DataTable( 
   System.Collections.Generic.IEnumerable<DataColumn> columns,
   System.Collections.Generic.IEnumerable<DataRow> rows
)

Parameters

columns
The table columns.
rows
The table rows.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataTable Class
DataTable Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum