known_types property

ReportingEngine.known_types property

Gets an unordered set (i.e. a collection of unique items) containing objects which fully or partially qualified names can be used within report templates processed by this engine instance to invoke the corresponding types’ static members, perform type casts, etc.

@property
def known_types(self) -> aspose.words.reporting.KnownTypeSet:
    ...

See Also