Creates an AdOrderValueReport.
            
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax
C#
public AdOrderValueReport( XmlTree asXml, List<AdOrderValueReportSection> sections, TimeInterval invl, TimelineType timelineType )
Parameters
- asXml
- Type: Apptus.Util.XmlXmlTree
 An XmlTree to be used if the ExportToXml method is called. Cannot be null.
- sections
- Type: System.Collections.GenericListAdOrderValueReportSection
 A list of AdOrderValueReport.Section elements. One for each ad in the report. Cannot be null.
- invl
- Type: Apptus.ESales.Connector.TimeTimeInterval
 The time interval for the data in this report. Cannot be null.
- timelineType
- Type: Apptus.ESales.Connector.ReportTimelineType
 The aggregation for the data in this report. Cannot be null.
See Also