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
)
Public Shared Function ExportReportData (
report As Report,
cultureName As String,
exportFormat As String
) As String
public:
static String^ ExportReportData(
Report^ report,
String^ cultureName,
String^ exportFormat
)
static member ExportReportData :
report : Report *
cultureName : string *
exportFormat : string -> string
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