ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.ReportParameters Namespace / ParameterCollection Class / Item Property / Item(String) Property
Name of the parameter to return.

In This Topic
    Item(String) Property
    In This Topic
    Gets the Parameter with the given name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As Parameter
    public Parameter Item( 
       string name
    ) {get;}

    Parameters

    name
    Name of the parameter to return.

    Property Value

    The Parameter, otherwise null.
    See Also