Reporting

Represents a collection of ObjectDataSourceParameter objects.

Namespace: Telerik.Reporting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
[SerializableAttribute]
public class ObjectDataSourceParameterCollection : Collection<ObjectDataSourceParameter>
Visual Basic
<SerializableAttribute> _
Public Class ObjectDataSourceParameterCollection _
	Inherits Collection(Of ObjectDataSourceParameter)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'ObjectDataSourceParameter>)>)>
    Telerik.Reporting..::..ObjectDataSourceParameterCollection

Version Information

Supported in: 1.0.1

See Also