Click or drag to resize

ReportingCloud Constructor (String, String)

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 username,
	string password
)

Parameters

username
Type: SystemString
The username (e-mail address) of your ReportingCloud account.
password
Type: SystemString
The password of your ReportingCloud account.
See Also