Click or drag to resize

ReportsEngineHelperGetDataSourceResult Method

Gets the data source result.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public ReportDataSourceResult GetDataSourceResult(
	ReportDataSource dataSource,
	IList<ReportDataSourceColumn> columns,
	IDictionary<FilterType, string> parameters
)

Parameters

dataSource
Type: Atomia.Billing.Core.Sdk.BusinessObjectsReportDataSource
The data source.
columns
Type: System.Collections.GenericIListReportDataSourceColumn
The columns.
parameters
Type: System.Collections.GenericIDictionaryFilterType, String
The parameters.

Return Value

Type: ReportDataSourceResult
Report data source data.

Implements

IReportsEngineHelperGetDataSourceResult(ReportDataSource, IListReportDataSourceColumn, IDictionaryFilterType, String)
See Also