Click or drag to resize

IAtomiaBillingApiGetReportDataSourceById Method

Gets the report data source by identifier.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
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.
See Also