ActiveReports 10
Item(String) Property

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CustomPropertyDefinitionCollection Class > Item Property : Item(String) Property
The name of the CustomPropertyDefinition to get or set.
Gets the element with the specified name or null if no element has the specified name value.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As CustomPropertyDefinition
public CustomPropertyDefinition Item( 
   string name
) {get;}

Parameters

name
The name of the CustomPropertyDefinition to get or set.
See Also

Reference

CustomPropertyDefinitionCollection Class
CustomPropertyDefinitionCollection Members
Overload List