ReportingEngine Class |
Namespace: Aspose.Words.Reporting
The ReportingEngine type exposes the following members.
Name | Description | |
---|---|---|
![]() | ReportingEngine |
Initializes a new instance of this class.
|
Name | Description | |
---|---|---|
![]() | KnownTypes |
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.
|
![]() | Options |
Gets or sets a set of flags controlling behavior of this ReportingEngine instance
while building a report.
|
![]() ![]() | UseReflectionOptimization |
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.
|
Name | Description | |
---|---|---|
![]() | BuildReport(Document, Object) |
Populates the specified template document with data from the specified source making it a ready report.
|
![]() | BuildReport(Document, Object, String) |
Populates the specified template document with data from the specified source making it a ready report.
|
![]() | BuildReport(Document, Object, String) |
Populates the specified template document with data from the specified sources making it a ready report.
|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |