Click or drag to resize

ReportHelperGetReportByName Method

Gets the report by the report name.

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 Report GetReportByName(
	string reportName
)

Parameters

reportName
Type: SystemString
Name of the report.

Return Value

Type: Report
Report with the given name.
See Also