Click or drag to resize

IAtomiaBillingApiRenderReportArchive Method

Renders report from archive.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
ReportRenderResult RenderReportArchive(
	Guid reportArchiveId,
	int firstRow,
	int pageSize,
	Dictionary<string, Object> reportFields,
	string cultureName
)

Parameters

reportArchiveId
Type: SystemGuid
The report archive id.
firstRow
Type: SystemInt32
The first row.
pageSize
Type: SystemInt32
Size of the page.
reportFields
Type: System.Collections.GenericDictionaryString, Object
The report fields.
cultureName
Type: SystemString
Name of the culture.

Return Value

Type: ReportRenderResult
Exported data in specified format
See Also