ReportBuilderOptions class

ReportBuilderOptions class

Represents options for the LINQ Reporting Engine functionality.

Constructors

NameDescription
ReportBuilderOptions()The default constructor.

Properties

NameDescription
known_typesGets 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_messageGets 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.
optionsGets or sets a set of flags controlling behavior of this ReportingEngine instance while building a report.

See Also