Click or drag to resize

ReportHelperSaveReportToArchive Method

Saves the report to archive.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static void SaveReportToArchive(
	Report report,
	Guid resellerId
)

Parameters

report
Type: Atomia.Billing.Core.Sdk.BusinessObjectsReport
The report.
resellerId
Type: SystemGuid
The reseller id.
See Also