Back to Devexpress

ParameterCollection.Item[String] Property

corelibraries-devexpress-dot-xtrareports-dot-parameters-dot-parametercollection-dot-item-x28-system-dot-string-x29.md

latest1.9 KB
Original Source

ParameterCollection.Item[String] Property

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

Namespace : DevExpress.XtraReports.Parameters

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

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

Parameters

NameTypeDescription
parameterNameString

A String value specifying the name of the parameter to get.

|

Property Value

TypeDescription
Parameter

A Parameter object which represents the 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 such parameter is found, the indexer returns null ( Nothing in Visual Basic).

See Also

Use Report Parameters

ParameterCollection Class

ParameterCollection Members

DevExpress.XtraReports.Parameters Namespace