ProductSalesByTimeReport Constructor A Sandcastle Documented Class Library
Creates a ProductSalesByTimeReport. Note that null is illegal for all input parameters.

Namespace:  Apptus.ESales.Connector.Report
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax

C#
public ProductSalesByTimeReport(
	XmlTree asXml,
	TimeInterval interval,
	Timeline<double> discount,
	Timeline<int> purchasedUnits,
	Timeline<int> abandonedUnits,
	Timeline<double> revenue,
	Timeline<double> margin,
	TimelineType timelineType
)

Parameters

asXml
Type: Apptus.Util.XmlXmlTree
A XmlTree to be used if the ExportToXml(FileInfo) method is called.
interval
Type: Apptus.ESales.Connector.TimeTimeInterval
The time range for the data in this report.
discount
Type: Apptus.ESales.Connector.ReportTimelineDouble
A TimelineV of discount values.
purchasedUnits
Type: Apptus.ESales.Connector.ReportTimelineInt32
A TimelineV containing the number of purchased units.
abandonedUnits
Type: Apptus.ESales.Connector.ReportTimelineInt32
A TimelineV containing the number of abandoned units.
revenue
Type: Apptus.ESales.Connector.ReportTimelineDouble
A TimelineV of revenue values.
margin
Type: Apptus.ESales.Connector.ReportTimelineDouble
A TimelineV of margin values.
timelineType
Type: Apptus.ESales.Connector.ReportTimelineType
The timeline type used for this report.
See Also

Reference