Click or drag to resize

ReportingCloud Constructor (String, Uri)

ReportingCloud constructor. Use your ReportingCloud credentials to create a new instance of ReportingCloud.

Namespace:  TXTextControl.ReportingCloud
Assembly:  ReportingCloudWrapper (in ReportingCloudWrapper.dll) Version: 1.0.204.500 (1.0.204.500)
Syntax
C#
public ReportingCloud(
	string apikey,
	Uri webApiBaseUrl
)

Parameters

apikey
Type: SystemString
An active and valid API Key that should be used for the transactions.
webApiBaseUrl
Type: SystemUri
The Web API base URL of ReportingCloud. This Base URL is listed here: http://api.reporting.cloud/documentation/reference/
See Also