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
)
Public Shared Function GetReportByName (
reportName As String
) As Report
public:
static Report^ GetReportByName(
String^ reportName
)
static member GetReportByName :
reportName : string -> Report
Parameters
- reportName
- Type: SystemString
Name of the report.
Return Value
Type:
ReportReport with the given name.
See Also