Click or drag to resize

IAtomiaBillingApiRenderReport Method

Renders the report.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
ReportRenderResult RenderReport(
	Report report,
	string cultureName
)

Parameters

report
Type: Atomia.Billing.Core.Sdk.BusinessObjectsReport
The report.
cultureName
Type: SystemString
Name of the culture.

Return Value

Type: ReportRenderResult
ReportRenderResult object that contains html representation of the report and additional data that report may have.
See Also