Back to Devexpress

XRControlParameterCollection.Item[String] Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrolparametercollection-dot-item-x28-system-dot-string-x29.md

latest1.7 KB
Original Source

XRControlParameterCollection.Item[String] Property

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public XRControlParameter this[string parameterName] { get; }
vb
Public ReadOnly Property Item(parameterName As String) As XRControlParameter

Parameters

NameTypeDescription
parameterNameString

The name of a parameter to get.

|

Property Value

TypeDescription
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

XRControlParameterCollection Class

XRControlParameterCollection Members

DevExpress.XtraReports.UI Namespace