Skip to main content
All docs
V25.1
  • XRControlParameterCollection.Item[String] Property

    Provides access to individual items in the collection by their names.

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public XRControlParameter this[string parameterName] { get; }

    Parameters

    Name Type Description
    parameterName String

    The name of a parameter to get.

    Property Value

    Type Description
    XRControlParameter

    A parameter with the specified name.

    Remarks

    This property searches the collection for the parameter whose name matches the specified value, and returns this parameter. If no parameter is found, the indexer returns null (Nothing in Visual Basic).

    See Also