DataSourceBase Properties
The abstract base class for data sources used in Reports V2 module.Name | Description |
---|---|
CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Criteria | The criteria used to filter data in a report. |
CriteriaPropertyDescriptorProvider | For internal use. |
CriteriaString | Specifies the string representation of the criteria used to filter data in a report. |
DataType | Gets the business object type specified by the DataSourceBase.ObjectTypeName property. |
DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
EnableAsyncLoading static | Specifies whether or not the asynchronous report data source loading is enabled. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
IsDesignMode static | Gets a value that indicates whether the DataSourceBase is currently in design mode. |
IsDisposed | Gets a value that indicates whether the DataSourceBase is disposed |
Name | Specifies the name of the current DataSourceBase object. |
ObjectType | For internal use. |
ObjectTypeName | Specifies the business object type name to be used by the DataSourceBase to load data. |
Site | |
Sorting | Specifies the sorting to be applied to data. |
TopReturnedRecords | Specifies the maximum number of records to be retrieved from a data store. |
UseRemoteTypedListProvider static | For internal use. |
See Also