ProductTopSellersReportParse Method A Sandcastle Documented Class Library
Creates a ProductTopSellersReport from an XML document.

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

C#
public static ProductTopSellersReport Parse(
	XmlScanner scanner
)

Parameters

scanner
Type: Apptus.Util.XmlXmlScanner
A scanner for the XML document to parse.

Return Value

Type: ProductTopSellersReport
A new report.
See Also

Reference