TRVReportGenerationSession.GetQueryProcessor

<< Click to display table of contents >>

TRVReportGenerationSession.GetQueryProcessor

Returns a query processor identified by Name.

function GetQueryProcessor(const Name: TRVUnicodeString): 
  TRVReportQueryProcessor;

Input parameter

Name can be one of the following values:

table row generation rule name. A data query of this rule must be processed at the moment of this call. If several rules have the same name, the method returns a query processor for the more deeply nested rule.

empty string. The method returns the current  (i.e. the most deeply nested) query processor;

'^'. The method returns the parent query processor of the current query processor, '^^' returns the grandparent, and so on.

 

Return value

A query processor object, or nil, if not found.

See also:

Definitions of Report Workshop terms