???ReportClient.GetURI Method (String, String, String)
Click or drag to resize
ReportClientGetURI Method (String, String, String)
Gets the URI.

Namespace:??ZReports
Assembly:??ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string GetURI(
	string dbOwnerEmailId,
	string dbName,
	string tableOrReportName
)

Parameters

dbOwnerEmailId
Type:??SystemString
The database owner email identifier.
dbName
Type:??SystemString
Name of the database.
tableOrReportName
Type:??SystemString
Name of the table or report.

Return Value

Type:??String
Table uri
See Also