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
)
Public Function GetReportDataSourceById (
reportDataSourceId As Guid
) As ReportDataSource
public:
virtual ReportDataSource^ GetReportDataSourceById(
Guid reportDataSourceId
) sealed
abstract GetReportDataSourceById :
reportDataSourceId : Guid -> ReportDataSource
override GetReportDataSourceById :
reportDataSourceId : Guid -> ReportDataSource
Parameters
- reportDataSourceId
- Type: SystemGuid
The report data source identifier.
Return Value
Type:
ReportDataSourceRequested report data source or
null if it doesn't exist.
Implements
IReportsEngineHelperGetReportDataSourceById(Guid)See Also