Click or drag to resize

ReportsEngineHelperUpdateReportDataSource Method

Updates 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 UpdateReportDataSource(
	ReportDataSource reportDataSource
)

Parameters

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

Return Value

Type: ReportDataSource
Updated report data source.

Implements

IReportsEngineHelperUpdateReportDataSource(ReportDataSource)
See Also