IPrxDataSource

Assembly: Report;

Description

The IPrxDataSource interface is used to work with regular report data source.

Inheritance Hierarchy

          INamedEntity

          IPrxDataSource

Comments

To work with the collection of regular report data sources, use properties and methods of the IPrxDataSources interface.

Properties

  Property name Brief description
DataObject The DataObject property returns a repository object corresponding to the specified data source.
DataSources The DataSources property returns a parent object of the data source.
DataSource The DataSource property determines a multidimensional matrix of the data source.
IsCached The IsCached property returns the attribute of cached regular report data source.
Parent The Parent property returns descriptor of the parent object.
Points The Points property returns calculated points of data source.
Slices The Slices property returns all data slices of the data source of the regular report.
UpdateNameOnOpen The UpdateNameOnOpen property determines update of name and identifier of regular report data sources.

Methods

  Method name Brief description
Refresh The Refresh method updates slice dimension.

Properties inherited from INamedEntity

  Property name Brief description
Id The Id property determines an object identifier.
Key The Key property returns the object key.
Name The Name property determines an object name.

See also:

Report Assembly Interfaces