EaxMdService.setDataSourceFactor

Syntax

setDataSourceFactor(analyzer, dSource, factorKeys, opType, sourceMeta, callback, fireEvent);

Parameters

analyzer. PP.Exp.EaxAnalyzer. Express report instance.

dSource. PP.Mb.Descriptor | String. Data source key or the PP.Mb.Descriptor object.

factorKeys. Array. Factor keys.

opType. PP.Exp.EaxDataSourceFactOperationType. Operation type

sourceMeta. Object. Search result metadata in the tns_PP_SOM format: SearchSourceDataMeta.

callback. PP.Delegate. The handler that handles end of layout option setting.

fireEvent. Boolean. Indicates whether event is fired.

Description

The setDataSourceFactor method sets report source by factor inside the source.

Comments

The method is used to set report data source on search.

Example

The method is intended for internal use.

See also:

EaxMdService