Try our conversational search powered by Generative AI!

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.