[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection.Item

this Property

this[int]

Gets the element at the specified index.

Declaration
public CustomProperty this[int index] { get; }
Parameters
Type Name Description
int index

The zero-based index of the element to get.

Property Value
Type Description
CustomProperty

The element of type CustomProperty located at the specified index.

this[string]

Gets the CustomProperty with the specified property name.

Declaration
public CustomProperty this[string propertyName] { get; }
Parameters
Type Name Description
string propertyName

The name of the custom property.

Property Value
Type Description
CustomProperty

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