Click or drag to resize

ReportHelperRenderReport Method

Renders the report.

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 RenderReport(
	Report report
)

Parameters

report
Type: Atomia.Billing.Core.Sdk.BusinessObjectsReport
The report to be rendered.

Return Value

Type: ReportRenderResult
HTML source of rendered report.
See Also