Click or drag to resize

ReportHelperRenderReportArchive Method

Renders the report 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 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

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.ReportHelper.RenderReportArchive(System.Guid,System.Int32,System.Int32,System.Collections.Generic.Dictionary{System.String,System.Object},System.String)"]

See Also