ConnectorReporter Method A Sandcastle Documented Class Library
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.2.1
Syntax

C#
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: Reporter
A Reporter object that can be used to fetch reports.
See Also

Reference