Class ParameterCollection
Inheritance
System.Object
ParameterCollection
Inherited Members
Namespace: Telerik.Reporting.Configuration
Assembly: Telerik.Reporting.dll
Syntax
public sealed class ParameterCollection : ParameterCollectionBase, ICollection<ParameterElement>, IEnumerable<ParameterElement>, IEnumerable
Constructors
ParameterCollection()
Declaration
public ParameterCollection()
Properties
ElementName
Declaration
protected override string ElementName { get; }
Property Value
System.String
|