ActiveReports 9
DataColumn Constructor

The column name.
The column type.
Creates new instance of DataColumn.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   ByVal dataType As System.String _
)
public DataColumn( 
   System.string name,
   System.string dataType
)

Parameters

name
The column name.
dataType
The column type.
See Also

Reference

DataColumn Structure
DataColumn Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum