Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IReportingDataGenerator

Generates report entities from purchase orders.

Namespace: EPiServer.Commerce.Reporting.Order
Assembly: EPiServer.Commerce.Reporting.dll
Version: 14.26.0
Syntax
public interface IReportingDataGenerator

Methods

GenerateOrderReportingData(DateTime, DateTime)

Generates order reporting data.

Declaration
IEnumerable<OrderStoreModel> GenerateOrderReportingData(DateTime fromDate, DateTime toDate)
Parameters
Type Name Description
System.DateTime fromDate

The start date to generate order reports for.

System.DateTime toDate

The end date to generate order reports for.

Returns
Type Description
System.Collections.Generic.IEnumerable<OrderStoreModel>

A collection of order reporting model.