ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / CustomPropertyCollection Class / Item Property / Item(String) Property
Name of the property.

In This Topic
    Item(String) Property
    In This Topic
    Gets the CustomProperty with the specified property name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal propertyName As String _
    ) As CustomProperty
    public CustomProperty Item( 
       string propertyName
    ) {get;}

    Parameters

    propertyName
    Name of the property.
    See Also