London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IReportingDataGenerator

Generates report entities from purchase orders.

Namespace: EPiServer.Commerce.Reporting.Order
Assembly: EPiServer.Commerce.Reporting.dll
Version: 13.30.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.