Class ObjectDataSourceBase
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class ObjectDataSourceBase : DataSource, INamedObject, ICloneable, IEquatableDataSource, IObjectDataSource, ISimpleDataSource, IDataSource
Constructors
ObjectDataSourceBase()
Declaration
protected ObjectDataSourceBase()
Properties
Parameters
Gets a collection with ObjectDataSourceParameters.
Declaration
public ObjectDataSourceParameterCollection Parameters { get; }
Property Value
ObjectDataSourceParameterCollection
|
Remarks
The Parameters property specifies a collection of parameters to be passed to the constructor or the method of the business object during data retrieval. If the DataSource property contains the System.Type of a business object, and the DataMember property is set to null (Nothing in Visual Basic) or an empty string, the constructor with the specified parameters is invoked to create a new instance of the business object. If the DataMember property is set to a non-empty string that represents a valid method name, the parameters are passed to the method with the matching signature.