Click or drag to resize

ReportClientGetDatabaseMetaData Method

This method is used to get the meta information about the reports.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string GetDatabaseMetaData(
	string dbURI,
	string metaData,
	string format,
	Dictionary<string, string> config
)

Parameters

dbURI
Type: SystemString
The workspace URI.
metaData
Type: SystemString
It specifies the information to be fetched.
format
Type: SystemString
The output format.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type: String
The metadata.
Exceptions
ExceptionCondition
Exception Invalid format provided. The available options are XML and JSON or Invalid Meta Data option provided. The available options are + ZohoReportsConstants.ZOHO_CATALOG_INFO + , + ZohoReportsConstants.ZOHO_CATALOG_LIST + , + ZohoReportsConstants.ZOHO_DATATYPES + , + ZohoReportsConstants.ZOHO_TABLEYPES
See Also