ReportingEngine class
ReportingEngine class
Provides routines to populate template documents with data and a set of settings to control these routines.
To learn more, visit the LINQ Reporting Engine documentation article.
Constructors
Properties
Name | Description |
---|
known_types | 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. |
missing_member_message | Gets or sets a string value printed instead of a template expression that represents a plain reference to a missing member of an object. The default value is an empty string. |
options | Gets or sets a set of flags controlling behavior of this ReportingEngine instance while building a report. |
use_reflection_optimization | Gets or sets a value indicating whether invocations of custom type members performed via reflection API are optimized using dynamic class generation or not. The default value is True . |
Methods
See Also