ReportClientGetURI Method (String, String, String) |
Gets the table URI.
Namespace:
ZReports
Assembly:
ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string GetURI(
string dbOwnerEmailId,
string dbName,
string tableOrReportName
)
Parameters
- dbOwnerEmailId
- Type: SystemString
The workspace owner email identifier. - dbName
- Type: SystemString
Name of the workspace. - tableOrReportName
- Type: SystemString
Name of the table or report.
Return Value
Type:
StringTable URI.
See Also