ActiveReports 10
Add Method (CustomPropertyDefinitionCollection)

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

Parameters

value
The CustomPropertyDefinition object to add.
See Also

Reference

CustomPropertyDefinitionCollection Class
CustomPropertyDefinitionCollection Members