Aspose.Words.Reporting Namespace

This namespace contains classes of the Aspose.Words' new reporting engine that supports report templates marked up with a language based on the LINQ Method Syntax.

This new reporting engine is more advanced than the original mail merge reporting engine Aspose.Words.MailMerging and allows to retrieve data from any .NET class, perform grouping, sorting, joining and interpret C# expressions.

Classes
  ClassDescription
Public classCsvDataLoadOptions
Represents options for parsing CSV data.
Public classCsvDataSource
Provides access to data of a CSV file or stream to be used within a report.
Public classJsonDataSource
Provides access to data of a JSON file or stream to be used within a report.
Public classKnownTypeSet
Represents 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 to invoke the corresponding types' static members, perform type casts, etc.
Public classReportingEngine
Provides routines to populate template documents with data and a set of settings to control these routines.
Public classXmlDataSource
Provides access to data of an XML file or stream to be used within a report.
Enumerations
  EnumerationDescription
Public enumerationReportBuildOptions
Specifies options controlling behavior of ReportingEngine while building a report.
See Also