Packagestimulsoft.report.dictionary
Classpublic class StiDataRetrieval
InheritanceStiDataRetrieval Inheritance Object

The service allows to find all data sources, columns, relations, which are used in the report.



Public Properties
 PropertyDefined By
  usedColumns : StiHashtable
[read-only] Gets columns to use.
StiDataRetrieval
  usedDataSources : StiHashtable
[read-only] Gets Data Sources used.
StiDataRetrieval
  usedRelations : StiHashtable
[read-only] Gets relations to use.
StiDataRetrieval
Public Methods
 MethodDefined By
  
retrieval(report:StiReport):void
Builds hashtables with elements being used.
StiDataRetrieval
Property Detail
usedColumnsproperty
usedColumns:StiHashtable  [read-only]

Gets columns to use.


Implementation
    public function get usedColumns():StiHashtable
usedDataSourcesproperty 
usedDataSources:StiHashtable  [read-only]

Gets Data Sources used.


Implementation
    public function get usedDataSources():StiHashtable
usedRelationsproperty 
usedRelations:StiHashtable  [read-only]

Gets relations to use.


Implementation
    public function get usedRelations():StiHashtable
Method Detail
retrieval()method
public function retrieval(report:StiReport):void

Builds hashtables with elements being used.

Parameters

report:StiReport