[]
        
(Showing Draft Content)

C1.Win.FlexReport.ReportParameterCollection

ReportParameterCollection Class

Represents a collection of ReportParameter objects.

Inheritance
ReportParameterCollection
Namespace: C1.Win.FlexReport
Assembly: C1.Win.FlexReport.4.8.dll
Syntax
public class ReportParameterCollection : ParameterCollection

Constructors

Name Description
ReportParameterCollection()

Properties

Name Description
this[int]

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

this[string]

Gets the specified ReportParameter item from the ReportParameterCollection by name.

Report

Gets the owner C1FlexReport object of ReportParameterCollection.

Methods

Name Description
ClearItems()
InsertItem(int, Parameter)
RemoveItem(int)
SetItem(int, Parameter)