IPrxReportImporter

Assembly: Report;

Description

The IPrxReportImporter interface is used to import data to regular report from external files.

Inheritance Hierarchy

IPrxReportImporter

Comments

In the current implementation the data import method supports only import from Microsoft Excel (*.xlsx) files.

Properties

  Property name Brief description
Report The Report property determine a regular report used for data import.

Methods

  Method name Brief description
ImportFromFile The ImportFromFile method imports data and returns whether data is imported successfully.

See also:

Report Assembly Interfaces