Class ParameterModelCollection
Represents a collection of parameter models.
Inheritance
System.Object
ParameterModelCollection
Namespace: Telerik.ReportViewer.Silverlight
Assembly: Telerik.ReportViewer.Silverlight.dll
Syntax
public class ParameterModelCollection : Collection<ParameterModel>
Methods
InsertItem(Int32, ParameterModel)
Inserts a ParameterModel item at the specified index.
Declaration
protected override void InsertItem(int index, ParameterModel item)
Parameters
System.Int32
index
|
ParameterModel
item
|