queryProcessing

Determines what degree of local processing is allowed.

For OLAP data sources in this release, this object is ignored but should be set to databaseOnly.

Content model

Content type is NMTOKEN.

The possible values of this element are restricted to the following.

databaseOnly

The database server does all the SQL processing and execution. A run-time error will appear if any part of the query relating to this data source requires local SQL processing (that is, on the report server).

limitedLocal

The database server does as much of the SQL processing and execution as possible. The remainder is done on the report server.

Parent elements

dataSource