Click or drag to resize

IReportsEngineHelper Interface

Interface for reports engine business logic.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public interface IReportsEngineHelper

The IReportsEngineHelper type exposes the following members.

Methods
  NameDescription
Public methodAddBillingReport
Adds the billing report.
Public methodAddReportDataSource
Adds the report data source.
Public methodDeleteBillingReport
Deletes the billing report.
Public methodDeleteReportDataSource
Deletes the report data source.
Public methodGetBillingReportById
Gets the billing report by identifier.
Public methodGetDataSourceResult
Gets the data source result.
Public methodGetReportData
Gets the report data.
Public methodGetReportDataSourceById
Gets the report data source by identifier.
Public methodListBillingReports
Lists the billing reports.
Public methodListReportDataSources
Lists the report data sources.
Public methodTestDataSourceQuery
Tests the data source query.
Public methodUpdateBillingReport
Updates the billing report.
Public methodUpdateReportDataSource
Updates the report data source.
Top
See Also