Back to Devexpress

CollectionDataSource Properties

expressappframework-devexpress-dot-persistent-dot-base-dot-reportsv2-dot-collectiondatasource-dot-underscore-properties.md

latest5.5 KB
Original Source

CollectionDataSource Properties

The data source component that loads a collection of business objects via the IObjectSpace.

NameDescription
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ContainerGets the IContainer that contains the Component. Inherited from Component.
CriteriaThe criteria used to filter data in a report. Inherited from DataSourceBase.
CriteriaStringSpecifies the string representation of the criteria used to filter data in a report. Inherited from DataSourceBase.
DataTypeGets the business object type specified by the DataSourceBase.ObjectTypeName property. Inherited from DataSourceBase.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
EnableAsyncLoading staticSpecifies whether or not the asynchronous report data source loading is enabled. Inherited from DataSourceBase.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
IsDesignMode staticGets a value that indicates whether the DataSourceBase is currently in design mode. Inherited from DataSourceBase.
IsDisposedGets a value that indicates whether the DataSourceBase is disposed Inherited from DataSourceBase.
NameSpecifies the name of the current DataSourceBase object. Inherited from DataSourceBase.
ObjectTypeNameSpecifies the business object type name to be used by the DataSourceBase to load data. Inherited from DataSourceBase.
SiteInherited from DataSourceBase.
SortingSpecifies the sorting to be applied to data. Inherited from DataSourceBase.
TopReturnedRecordsSpecifies the maximum number of records to be retrieved from a data store. Inherited from DataSourceBase.

See Also

CollectionDataSource Class

CollectionDataSource Members

DevExpress.Persistent.Base.ReportsV2 Namespace