ActiveReports 10
Add Method (DataValueCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataValueCollection Class : Add Method
The DataValue object to add to the collection.
Adds a DataValue object to the DataValueCollection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As DataValue _
) As Integer
public int Add( 
   DataValue value
)

Parameters

value
The DataValue object to add to the collection.

Return Value

A new DataValue object.
See Also

Reference

DataValueCollection Class
DataValueCollection Members