Class
ObjectDataSourceBase

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public abstract class ObjectDataSourceBase : DataSource, IDataSource

Inheritance: objectMarshalByRefObjectComponentDataSourceObjectDataSourceBase

Derived Classes: EntityDataSourceObjectDataSourceOpenAccessDataSourceOpenClientDataSource

Implements: IDataSource

Inherited Members DataSource.NameDataSource.DescriptionDataSource.CalculatedFields

Constructors

ObjectDataSourceBase()

Declaration

cs-api-definition
protected ObjectDataSourceBase()

Properties

Parameters

Gets a collection with ObjectDataSourceParameters.

Declaration

cs-api-definition
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 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.