[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.ParameterCollection.Item

this Property

this[int]

Gets the element at the specified index.

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

this[string]

Gets the Parameter with the specified key.

Declaration
public Parameter this[string key] { get; }
Parameters
Type Name Description
string key