Abstract superclass for reports.
Inheritance Hierarchy
Apptus.ESales.Connector.ReportReport
More...
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public abstract class Report
The Report type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | TimeInterval |
The time interval that this report covers. Only events inside this
time interval is presented in the report. Never returns null.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | ExportToExcel |
Exports the content of this report to a file. The content
is saved as comma-separated values (csv) which is a format suited
to be opened in e.g. Excel.
The actual separator is semicolon instead of comma, since some
localized versions of Excel uses comma as decimal symbol.
|
![]() | ExportToXml |
Exports the content of this report to a stream. The content
is written in the same XML format as used between the eSales
cluster and the eSales Connector.
|
![]() | ExportToXml(FileInfo) |
Exports the content of this report to a file. The content
is saved in the same XML format as used between the eSales
cluster and the eSales Connector.
|
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also
Reference
Inheritance Hierarchy
Apptus.ESales.Connector.ReportReport
Apptus.ESales.Connector.ReportAdConversionReport
Apptus.ESales.Connector.ReportAdList
Apptus.ESales.Connector.ReportAdOrderValueReport
Apptus.ESales.Connector.ReportAdPlacementReport
Apptus.ESales.Connector.ReportPanelConversionReport
Apptus.ESales.Connector.ReportProductSalesByAttributeReport
Apptus.ESales.Connector.ReportProductSalesByTimeReport
Apptus.ESales.Connector.ReportProductTopSellersReport
Apptus.ESales.Connector.ReportSearchStatisticsReport
Apptus.ESales.Connector.ReportSessionStatisticsReport
Apptus.ESales.Connector.ReportSessionSummaryReport
Apptus.ESales.Connector.ReportTopSellingSearchesReport