ActiveReports 10
Remove Method (CustomPropertyDefinitionCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CustomPropertyDefinitionCollection Class : Remove Method
The CustomPropertyDefinition to remove.
Removes the first occurrence of a specific object from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As CustomPropertyDefinition _
) 
public void Remove( 
   CustomPropertyDefinition value
)

Parameters

value
The CustomPropertyDefinition to remove.
See Also

Reference

CustomPropertyDefinitionCollection Class
CustomPropertyDefinitionCollection Members