Class ParameterModelCollection<T>
Represents a collection of parameter models.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<T>
ParameterModelCollection<T>
Namespace: Telerik.ReportViewer.Common
Assembly: Telerik.ReportViewer.WinForms.dll
Syntax
public class ParameterModelCollection<T> : Collection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, IParameterModels where T : ParameterModel
Type Parameters
T
|
Constructors
ParameterModelCollection()
Declaration
public ParameterModelCollection()
Methods
ApplyValuesOnReportSource(ReportSource)
CollectValues()
Declaration
public Dictionary<string, object> CollectValues()
Returns
System.Collections.Generic.Dictionary<System.String, System.Object>
|
Find(Predicate<T>)
Declaration
public T Find(Predicate<T> match)
Parameters
System.Predicate<T>
match
|
Returns
T
|
GetVisibleModels()
Declaration
public IEnumerable<T> GetVisibleModels()
Returns
System.Collections.Generic.IEnumerable<T>
|
HaveValidValues()
Declaration
public bool HaveValidValues()
Returns
System.Boolean
|
ShouldAutoRun()
Declaration
public bool ShouldAutoRun()
Returns
System.Boolean
|