[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.ControlCollection.Item

this Property

this[int]

Returns a control in the collection at the specified index.

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

this[string]

Returns a control in the collection with a specified name.

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