ActiveReports 9
Add Method (DataValueCollection)

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 System.Integer
public System.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

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum