ProductTopSellersReport Constructor A Sandcastle Documented Class Library
Creates a ProductTopSellersReport. 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.0.0
Syntax

C#
public ProductTopSellersReport(
	XmlTree asXml,
	List<ProductTopSellersReportSection> sections,
	TimeInterval interval,
	int windowFirst,
	int windowLast
)

Parameters

asXml
Type: Apptus.Util.XmlXmlTree
A XmlTree to be used if the ExportToXml(FileInfo) method is called.
sections
Type: System.Collections.GenericListProductTopSellersReportSection
A list of ProductTopSellersReportSection elements. One for each product in the report.
interval
Type: Apptus.ESales.Connector.TimeTimeInterval
The time range for the data in this report.
windowFirst
Type: SystemInt32
The start of the rank range for this report.
windowLast
Type: SystemInt32
The end of the rank range for this report.
See Also

Reference