Wordize.Reporting

Classes

ClassDescription
CsvDataLoadOptionsRepresents options for parsing CSV data.
CsvDataSourceProvides access to data of a CSV file or stream to be used within a report.
JsonDataLoadOptionsRepresents options for parsing JSON data.
JsonDataSourceProvides access to data of a JSON file or stream to be used within a report.
KnownTypeSet
ReportBuilderProvides methods intended to fill template with data using LINQ Reporting Engine.
ReportBuilderContextBase class for processor contexts. Provides properties and options used by the processor to execute processing.
ReportBuilderOptionsRepresents options for the LINQ Reporting Engine functionality.
XmlDataLoadOptionsRepresents options for XML data loading.
XmlDataSourceProvides access to data of an XML file or stream to be used within a report.

Enumeration

EnumerationDescription
JsonSimpleValueParseModeSpecifies a mode for parsing JSON simple values (null, boolean, number, integer, and string) while loading JSON. Such a mode does not affect parsing of date-time values.