Click or drag to resize

ReportsEngineHelperAddReportDataSource Method

Adds the report data source.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public ReportDataSource AddReportDataSource(
	ReportDataSource reportDataSource
)

Parameters

reportDataSource
Type: Atomia.Billing.Core.Sdk.BusinessObjectsReportDataSource
The report data source.

Return Value

Type: ReportDataSource
Created report data source.

Implements

IReportsEngineHelperAddReportDataSource(ReportDataSource)
See Also