ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CustomPropertyDefinitionCollection Class / Item Property / Item(String) Property
The name of the CustomPropertyDefinition to get.

In This Topic
    Item(String) Property
    In This Topic
    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.

    Property Value

    The element of type CustomPropertyDefinition or null.
    See Also