Click or drag to resize

ReportHelperExportReportData Method

Exports the report data.

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 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

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.ReportHelper.ExportReportData(Atomia.Billing.Core.Sdk.BusinessObjects.Report,System.String,System.String)"]

See Also