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
)
Public Shared Function RenderReport (
report As Report
) As ReportRenderResult
public:
static ReportRenderResult^ RenderReport(
Report^ report
)
static member RenderReport :
report : Report -> ReportRenderResult
Parameters
- report
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsReport
The report to be rendered.
Return Value
Type:
ReportRenderResultHTML source of rendered report.
See Also