Click or drag to resize

IAtomiaBillingApiExportReportData Method

Exports the report data.

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

Parameters

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

Return Value

Type: String
Exported data in specified format
See Also