ActiveReports 12
Item Property (CustomPropertyDefinitionCollection)

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

Parameters

name
The name of the CustomPropertyDefinition to get.

Property Value

The element of type CustomPropertyDefinition or null.
See Also

Reference

CustomPropertyDefinitionCollection Class
CustomPropertyDefinitionCollection Members