get_restricted_types method

get_restricted_types()

Returns types, which members as well as which derived types’ members should be inaccessible by the engine through template syntax.

def get_restricted_types(self):
    ...

Remarks

The returned array contains items previously set using ReportingEngine.set_restricted_types().

Changing items of the returned array has no effect on restricted types. To change restricted types, use ReportingEngine.set_restricted_types() instead.

Returns

Types, which members as well as which derived types’ members should be inaccessible by the engine through template syntax.

See Also