Creates a reporter for a market during a specified time interval.
The reporter can be used to fetch reports from the eSales cluster.
Namespace:
Apptus.ESales.Connector
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public Reporter Reporter(
string market,
TimeInterval invl
)
Parameters
- market
- Type: SystemString
The market for the reports. - invl
- Type: Apptus.ESales.Connector.TimeTimeInterval
The time interval for the reports.
Return Value
Type:
ReporterA Reporter object that can be used to fetch reports.
See Also