ActiveReports 12
Add Method (CustomPropertyDefinitionCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CustomPropertyDefinitionCollection Class : Add Method
The object to be added to the end of the Collection. The value can be null for reference types.
Adds an object to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As CustomPropertyDefinition _
) 
public void Add( 
   CustomPropertyDefinition 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

CustomPropertyDefinitionCollection Class
CustomPropertyDefinitionCollection Members