Retrieve a list of available delivery report names.

String[] result = rClient.getDeliveryReports();
foreach (String report in result)
	Console.WriteLine("Report name: {0}", report);

Arguments:

None. 

Returns:

An array of String with the delivery report names.

Specific error codes:

None. 

error code 404 is reported if the group does not exist; error code 400 is reported if the group name was not specified. See General error codes