ReportBuilder class
ReportBuilder class
Provides methods intended to fill template with data using LINQ Reporting Engine.
Inheritance: ReportBuilder → Processor
Methods
| Name | Description |
|---|---|
| build_report(input_file_name, output_file_name, data) | Populates the template document with data from the specified source, generating a completed report with additional options. |
| build_report(input_file_name, output_file_name, data, report_builder_options) | Populates the template document with data from the specified source, generating a completed report with additional options. |
| build_report(input_file_name, output_file_name, save_format, data) | Populates the template document with data from the specified source, generating a completed report with specified output format and additional options. |
| build_report(input_file_name, output_file_name, save_format, data, report_builder_options) | Populates the template document with data from the specified source, generating a completed report with specified output format and additional options. |
| build_report(input_file_name, output_file_name, save_options, data) | Populates the template document with data from the specified source, generating a completed report with specified output format and additional options. |
| build_report(input_file_name, output_file_name, save_options, data, report_builder_options) | Populates the template document with data from the specified source, generating a completed report with specified output format and additional options. |
| build_report(input_stream, output_stream, save_format, data) | Populates the template document with data from the specified source, generating a completed report with specified output format and additional options, from input and output streams. |
| build_report(input_stream, output_stream, save_format, data, report_builder_options) | Populates the template document with data from the specified source, generating a completed report with specified output format and additional options, from input and output streams. |
| build_report(input_stream, output_stream, save_options, data) | Populates the template document with data from the specified source, generating a completed report with specified output format and additional options, from input and output streams. |
| build_report(input_stream, output_stream, save_options, data, report_builder_options) | Populates the template document with data from the specified source, generating a completed report with specified output format and additional options, from input and output streams. |
| build_report(input_file_name, output_file_name, data, data_source_name) | Populates the template document with data from the specified source, generating a completed report with a named data source reference and additional options. |
| build_report(input_file_name, output_file_name, data, data_source_name, report_builder_options) | Populates the template document with data from the specified source, generating a completed report with a named data source reference and additional options. |
| build_report(input_file_name, output_file_name, save_format, data, data_source_name) | Populates the template document with data from the specified source, generating a completed report with specified output format, a named data source reference, and additional options. |
| build_report(input_file_name, output_file_name, save_format, data, data_source_name, report_builder_options) | Populates the template document with data from the specified source, generating a completed report with specified output format, a named data source reference, and additional options. |
| build_report(input_file_name, output_file_name, save_options, data, data_source_name) | Populates the template document with data from the specified source, generating a completed report with specified output format, a named data source reference, and additional options. |
| build_report(input_file_name, output_file_name, save_options, data, data_source_name, report_builder_options) | Populates the template document with data from the specified source, generating a completed report with specified output format, a named data source reference, and additional options. |
| build_report(input_stream, output_stream, save_format, data, data_source_name) | Populates the template document with data from the specified source, generating a completed report with a named data source reference and additional options. |
| build_report(input_stream, output_stream, save_format, data, data_source_name, report_builder_options) | Populates the template document with data from the specified source, generating a completed report with a named data source reference and additional options. |
| build_report(input_stream, output_stream, save_options, data, data_source_name) | Populates the template document with data from the specified source, generating a completed report with a named data source reference and additional options. |
| build_report(input_stream, output_stream, save_options, data, data_source_name, report_builder_options) | Populates the template document with data from the specified source, generating a completed report with a named data source reference and additional options. |
| build_report(input_file_name, output_file_name, data, data_source_names) | Populates the template document with data from multiple sources, generating a completed report with additional options. This overload automatically determines the save format based on the output file extension. |
| build_report(input_file_name, output_file_name, data, data_source_names, report_builder_options) | Populates the template document with data from multiple sources, generating a completed report with additional options. This overload automatically determines the save format based on the output file extension. |
| build_report(input_file_name, output_file_name, save_format, data, data_source_names) | Populates the template document with data from multiple sources, generating a completed report with a specified output format and additional options. |
| build_report(input_file_name, output_file_name, save_format, data, data_source_names, report_builder_options) | Populates the template document with data from multiple sources, generating a completed report with a specified output format and additional options. |
| build_report(input_file_name, output_file_name, save_options, data, data_source_names) | Populates the template document with data from multiple sources, generating a completed report with a specified output format and additional options. |
| build_report(input_file_name, output_file_name, save_options, data, data_source_names, report_builder_options) | Populates the template document with data from multiple sources, generating a completed report with a specified output format and additional options. |
| build_report(input_stream, output_stream, save_format, data, data_source_names) | Populates the template document with data from multiple sources, generating a completed report with specified output format and additional options from the specified input and output file streams. |
| build_report(input_stream, output_stream, save_format, data, data_source_names, report_builder_options) | Populates the template document with data from multiple sources, generating a completed report with specified output format and additional options from the specified input and output file streams. |
| build_report(input_stream, output_stream, save_options, data, data_source_names) | Populates the template document with data from multiple sources, generating a completed report with specified output format and additional options from the specified input and output file streams. |
| build_report(input_stream, output_stream, save_options, data, data_source_names, report_builder_options) | Populates the template document with data from multiple sources, generating a completed report with specified output format and additional options from the specified input and output file streams. |
| build_report_to_images(input_file_name, save_options, data, data_source_names) | Populates the template document with data from multiple sources. Renders the output to images. |
| build_report_to_images(input_file_name, save_options, data, data_source_names, report_builder_options) | Populates the template document with data from multiple sources. Renders the output to images. |
| build_report_to_images(input_stream, save_options, data, data_source_names) | Populates the template document with data from multiple sources. Renders the output to images. |
| build_report_to_images(input_stream, save_options, data, data_source_names, report_builder_options) | Populates the template document with data from multiple sources. Renders the output to images. |
| create() | Creates new instance of the report builder processor. |
| create(context) | Creates new instance of the report builder processor. |
| execute() | Execute the processor action. (Inherited from Processor) |
| from_file(input) | Specifies input document for processing. (Inherited from Processor) |
| from_file(input, load_options) | Specifies input document for processing. (Inherited from Processor) |
| from_stream(input) | Specifies input document for processing. (Inherited from Processor) |
| from_stream(input, load_options) | Specifies input document for processing. (Inherited from Processor) |
| to_file(output) | Specifies output file for the processor. (Inherited from Processor) |
| to_file(output, save_options) | Specifies output file for the processor. (Inherited from Processor) |
| to_file(output, save_format) | Specifies output file for the processor. (Inherited from Processor) |
| to_stream(output, save_options) | Specifies output stream for the processor. (Inherited from Processor) |
| to_stream(output, save_format) | Specifies output stream for the processor. (Inherited from Processor) |
| to_streams(output, save_options) | (Inherited from Processor) |
| to_streams(output, save_format) | (Inherited from Processor) |
See Also
- module aspose.words.lowcode
- class Processor