[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Themes.Theme.Item

this Property

this[string]

Gets a property value by its name.

Declaration
public object this[string name] { get; }
Parameters
Type Name Description
string name

A string value indicating the name of the property.

Property Value
Type Description
object

An object representing the property value.

Remarks

The indexer to support the various VB collection access syntax.