Class ReportParameterCollection
Represents a collection of Report
Inheritance
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class ReportParameterCollection : ReportParameterCollectionBase<ReportParameter>, IList<ReportParameter>, ICollection<ReportParameter>, IList, ICollection, IReadOnlyList<ReportParameter>, IReadOnlyCollection<ReportParameter>, IEnumerable<ReportParameter>, IEnumerable
Constructors
ReportParameterCollection()
Declaration
public ReportParameterCollection()
Methods
Add(String, ReportParameterType, Object)
Creates a Report
Declaration
public ReportParameter Add(string name, ReportParameterType parameterType, object value)
Parameters
System. A System. |
Report A Report |
System. A System. |
Returns
Report The newly created and added Report |
ClearItems()
Declaration
protected override void ClearItems()
Overrides
InsertItem(Int32, ReportParameter)
Inserts an item to the ReportParameterCollectionBase<TReportParameter> at the specified index.
Declaration
protected override void InsertItem(int index, ReportParameter item)
Parameters
System. The zero-based index at which item should be inserted. |
Report The Report |
Overrides
RemoveItem(Int32)
Declaration
protected override void RemoveItem(int index)
Parameters
System.
|