[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterCollection.Item

this Property

this[string]

Gets the Parameter with the given name.

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

Name of the parameter to return.

Property Value
Type Description
Parameter

The Parameter, otherwise null.