Click or drag to resize

ReportsEngineHelperGetReportData Method

Gets the report data.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public ReportResult GetReportData(
	BillingReport report,
	IList<ReportColumn> segmentationColumns,
	IDictionary<FilterType, string> parameters,
	ReportViewType viewType
)

Parameters

report
Type: Atomia.Billing.Core.Sdk.BusinessObjectsBillingReport
The report.
segmentationColumns
Type: System.Collections.GenericIListReportColumn
The segmentation columns.
parameters
Type: System.Collections.GenericIDictionaryFilterType, String
The parameters.
viewType
Type: Atomia.Billing.Core.Sdk.BusinessObjectsReportViewType
Type of the view.

Return Value

Type: ReportResult
Report data.

Implements

IReportsEngineHelperGetReportData(BillingReport, IListReportColumn, IDictionaryFilterType, String, ReportViewType)
See Also