KnownTypes

ReportingEngine.KnownTypes property

Gets an unordered set (i.e. a collection of unique items) containing Type 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.

public KnownTypeSet KnownTypes { get; }

See Also