[]
        
(Showing Draft Content)

C1.WPF.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; }
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; }
Parameters
Type Name Description
string name

The name of the element to get.

Property Value
Type Description
ReportParameter

The ReportParameter item from the collection.