Click or drag to resize

ReportHelperGetReportArchiveById Method

Gets the report archive by id.

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 ReportArchive GetReportArchiveById(
	Guid reportArchiveId
)

Parameters

reportArchiveId
Type: SystemGuid
The report archive id.

Return Value

Type: ReportArchive

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.ReportHelper.GetReportArchiveById(System.Guid)"]

See Also