ActiveReports 12
Add Method (PropertyCollection)

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

Parameters

value
The Property object to add to the collection.

Return Value

A new  Property object.
See Also

Reference

PropertyCollection Class
PropertyCollection Members