ReportingCloud Constructor (String, String, Uri) |
ReportingCloud constructor. Use your ReportingCloud credentials and the Web API base URL
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 public ReportingCloud(
string username,
string password,
Uri webApiBaseUrl
)
Parameters
- username
- Type: SystemString
The username (e-mail address) of your ReportingCloud account. - password
- Type: SystemString
The password of your ReportingCloud account. - webApiBaseUrl
- Type: SystemUri
The Web API base URL of ReportingCloud. This Base URL is listed here: http://api.reporting.cloud/documentation/reference/
See Also