Click or drag to resize

ReportsEngineHelperGetReportDataSourceById Method

Gets the report data source by identifier.

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 GetReportDataSourceById(
	Guid reportDataSourceId
)

Parameters

reportDataSourceId
Type: SystemGuid
The report data source identifier.

Return Value

Type: ReportDataSource
Requested report data source or null if it doesn't exist.

Implements

IReportsEngineHelperGetReportDataSourceById(Guid)
See Also