ActiveReports 12
Add Method (DataValueCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataValueCollection Class : Add Method
The object to be added to the end of the Collection. The value can be null for reference types.
Adds a DataValue object to the DataValueCollection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As DataValue _
) 
public void Add( 
   DataValue item
)

Parameters

item
The object to be added to the end of the Collection. The value can be null for reference types.
See Also

Reference

DataValueCollection Class
DataValueCollection Members