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
)
Public Shared Sub SaveReportToArchive (
report As Report,
resellerId As Guid
)
public:
static void SaveReportToArchive(
Report^ report,
Guid resellerId
)
static member SaveReportToArchive :
report : Report *
resellerId : Guid -> unit
Parameters
- report
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsReport
The report. - resellerId
- Type: SystemGuid
The reseller id.
See Also