IReportsEngineHelperAddBillingReport Method |
Adds the billing report.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax BillingReport AddBillingReport(
BillingReport billingReport
)
Function AddBillingReport (
billingReport As BillingReport
) As BillingReport
BillingReport^ AddBillingReport(
BillingReport^ billingReport
)
abstract AddBillingReport :
billingReport : BillingReport -> BillingReport
Parameters
- billingReport
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsBillingReport
The billing report.
Return Value
Type:
BillingReportCreated billing report.
See Also