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.
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

DataColumn Structure
DataColumn Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum