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

C#
public ProductSalesByAttributeReport(
	XmlTree asXml,
	List<ProductSalesByAttributeReportSection> sections,
	TimeInterval interval
)

Parameters

asXml
Type: Apptus.Util.XmlXmlTree
A XmlTree to be used if the ExportToXml(FileInfo) method is called.
sections
Type: System.Collections.GenericListProductSalesByAttributeReportSection
A list of ProductSalesByAttributeReportSection elements. One for each attribute value in the report.
interval
Type: Apptus.ESales.Connector.TimeTimeInterval
The time range for the data in this report.
See Also

Reference