Report containing aggregated sales statistics. This report contains five {@link Timeline}'s:
- purchasedUnits - A timeline with the number of purchased units.
- abandonedUnits - A timeline with the number of abandoned units.
- revenue - A timeline with aggregated net selling price.
- margin - A timeline with the aggregated margin.
- discount - A timeline with the aggregated discount.
Inheritance Hierarchy
Apptus.ESales.Connector.ReportReport
Apptus.ESales.Connector.ReportProductSalesByTimeReport
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax
C#
public class ProductSalesByTimeReport : Report
The ProductSalesByTimeReport type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ProductSalesByTimeReport |
Creates a ProductSalesByTimeReport. Note that null is illegal for all input parameters.
|
Properties
Name | Description | |
---|---|---|
![]() | AbandonedUnits |
A Timeline of abandoned units values.
|
![]() | Discount |
A Timeline of discount values.
|
![]() | Margin |
A Timeline of margin values.
|
![]() | PurchasedUnits |
A Timeline of purchased units values.
|
![]() | Revenue |
A Timeline of revenue values.
|
![]() | TimeInterval |
The time interval that this report covers. Only events inside this
time interval is presented in the report. Never returns null.
(Inherited from Report.) |
![]() | TimelineType |
The timeline type used in this report.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | ExportToExcel |
Exports the content of this report to a file. The content
is saved as comma-separated values (csv) which is a format suited
to be opened in e.g. Excel.
The actual separator is semicolon instead of comma, since some
localized versions of Excel uses comma as decimal symbol.
(Overrides ReportExportToExcel(FileInfo).) |
![]() | ExportToXml |
Exports the content of this report to a stream. The content
is written in the same XML format as used between the eSales
cluster and the eSales Connector.
(Inherited from Report.) |
![]() | ExportToXml(FileInfo) |
Exports the content of this report to a file. The content
is saved in the same XML format as used between the eSales
cluster and the eSales Connector.
(Inherited from Report.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | Parse |
Creates a ProductSalesByTimeReport from an XML document.
|
![]() | ToString | (Inherited from Object.) |
See Also