[]
        
(Showing Draft Content)

C1.Report.ReportParameterCollection.Item

this Property

this[int]

Gets or sets the specified ReportParameter item from the ReportParameterCollection by numeric index.

Declaration
public ReportParameter this[int index] { get; set; }
Public Default Property Item(index As Integer) As ReportParameter
Parameters
Type Name Description
int index

The zero-based index of the element to get or set.

Property Value
Type Description
ReportParameter

The ReportParameter item from the collection.

this[string]

Gets the specified ReportParameter item from the ReportParameterCollection by name.

Declaration
public ReportParameter this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As ReportParameter
Parameters
Type Name Description
string name

The name of the element to get.

Property Value
Type Description
ReportParameter

The ReportParameter item from the collection.