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
)
Public Shared Function GetReportArchiveById (
reportArchiveId As Guid
) As ReportArchive
public:
static ReportArchive^ GetReportArchiveById(
Guid reportArchiveId
)
static member GetReportArchiveById :
reportArchiveId : Guid -> ReportArchive
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