The IPrxSlices interface contains properties and methods of the collection of slices of a data source of a regular report.
Property name | Brief description | |
DataSource | The DataSource property returns a parent object. | |
Count | The Count property returns the number of slices of the data source of the regular report. | |
Item | The Item property returns an object containing a data source slice. |
Method name | Brief description | |
Add | The Add method adds a new data slice. | |
Remove | The Remove method deletes data slices. | |
Clear | The Clear method deletes all data slices. | |
FindByKey | The FindByKey method searches for and returns an object containing a data slice. |
See also: