ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / CustomPropertyCollection Class / Item Property / Item(String) Property
The name of the custom 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
    The name of the custom property.

    Property Value

    The CustomProperty with the specified property name, or null if not found.
    See Also