Represents a collection of ReportParameter objects.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter("Telerik.Reporting.Design.ReportParameterCollectionConverter, Telerik.Reporting.Design, Version=20.1.26.615, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public class ReportParameterCollection : ReportParameterCollectionBase<ReportParameter>
Inheritance: objectCollection<ReportParameter>ReportParameterCollectionBase<ReportParameter>ReportParameterCollection
Inherited Members
Constructors
public ReportParameterCollection()
Methods
Creates a ReportParameter with specific settings and adds it to the ReportParameterCollection.
public ReportParameter Add(string name, ReportParameterType parameterType, object value)
A string value that will be used as Name for the newly created ReportParameter.
parameterTypeReportParameterTypeA ReportParameterType value that will be used as Type for the newly created ReportParameter.
valueobjectA object value that will be used as Value for the newly created ReportParameter. May be expression.
Returns:The newly created and added ReportParameter
TODO: Add documentation.
protected override void ClearItems()
Overrides:
Inserts an item to the ReportParameterCollectionBase<TReportParameter> at the specified index.
protected override void InsertItem(int index, ReportParameter item)
The zero-based index at which item should be inserted.
itemReportParameterThe ReportParameter to insert into the ReportParameterCollectionBase<TReportParameter>.
Overrides:
TODO: Add documentation.
protected override void RemoveItem(int index)
Overrides: