Click or drag to resize

ReportClient Class

Reportclient.
Inheritance Hierarchy
SystemObject
  ZReportsReportClient

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ReportClient

The ReportClient type exposes the following members.

Constructors
  NameDescription
Public methodReportClient
Initializes a new instance of the ReportClient class. click here to know about OAuth.
Top
Methods
  NameDescription
Public methodActivateUser
Activates the specified user(s) in your Zoho Analytics Account.
Public methodAddColumn
Adds a column to the specified table identified by the URI.
Public methodAddDbOwner
This method is used to add new admins to the Analytics workspace.
Public methodAddGroupMembers
Add new members for the specified group present in the workspace identified by the URI.
Public methodAddLookup
Add the lookup for the given column.
Public methodAddRow
Adds a row to the specified table identified by the URI.
Public methodAddUser
Adds the specified user(s) into your Zoho Analytics Account.
Public methodAutoGenReports
Generate report for table or column.
Public methodChangeUserRole
Public methodCopyDatabase
Copy a specified workspace identified by the URI.
Public methodCopyFormula
The Copy Formula API is used to copy one or more formula columns from one table to another within the same workspace or across workspaces and even across one user account to another.
Public methodCopyReports
The Copy Reports API is used to copy one or more reports from one workspace to another within the same account or even across user accounts.
Public methodCreateAnalysisView
Create a report in the specified workspace.
Public methodCreateBlankDB
Creates a blank workspace in the organization.
Public methodCreateGroup
Create a new group in the workspace identified by the URI.
Public methodCreateSimilarViews
Creates the similar views.
Public methodCreateSlideShow
Create a new slideshow in the workspace identified by the URI.
Public methodCreateTable
Create a table in the specified workspace.
Public methodDeActivateUser
Deactivates the specified user(s) in your Zoho Analytics Account.
Public methodDeleteColumn
Delete the column in the specified table identified by the URI.
Public methodDeleteData
Delete the data in the specified table identified by the URI.
Public methodDeleteDatabase
Delete a specified workspace from a Zoho Analytics Account.
Public methodDeleteGroup
Deletes the specified groups present in the workspace identified by the URI.
Public methodDeleteSlideShow
Delete the mentioned slides present in the workspace identified by the URI.
Public methodDeleteView
Deletes the specified view from the workspace identified by the dbURI.
Public methodDisableDomainDB
Disables the domain workspace.
Public methodEnableDomainDB
Enables the domain workspace.
Public methodExportData(String, String, Stream, String, DictionaryString, String)
Exports the data.
Public methodExportData(String, String, String, String, DictionaryString, String)
Exports the data.
Public methodExportDataAsCSV
Exports the data as CSV.
Public methodExportDataAsDictionary
Exports the data as dictionary.
Public methodExportDataAsJson
Exports the data as json.
Public methodExportDataUsingSQL(String, String, Stream, String, DictionaryString, String)
Exports the data using SQL.
Public methodExportDataUsingSQL(String, String, String, String, DictionaryString, String)
Exports the data using SQL.
Public methodFolderList
Returns the list of all accessible folders present in the workspace identified by the URI.
Public methodGetCopyDBKey
Gets the copy workspace key.
Public methodGetDashboards
Returns the list of owned/shared dashboards present in the zoho analytics account identified by the URI.
Public methodGetDatabaseID
Get workspace ID for a specified workspace identified by the URI.
Public methodGetDatabaseMetaData
This method is used to get the meta information about the reports.
Public methodGetDatabaseName
Get workspace name for a specified workspace identified by the URI.
Public methodGetEmbedURL
This method is used to get the embed URL of the particular table / view. This API is available only for the White Label Administrator.
Public methodGetPlanInfo
Gets the plan information.
Public methodGetShareInfo
Gets the share information.
Public methodGetSlideInfo
Get the meta-information of the provided slide present in the workspace identified by the URI.
Public methodGetSlideList
Get the list of all available slideshow present in the workspace identified by the URI.
Public methodGetSlideUrl
Get the URL to access the mentioned slide present in the workspace identified by the URI.
Public methodGetURI(String)
Gets the user URI.
Public methodGetURI(String, String)
Gets the workspace URI.
Public methodGetURI(String, String, String)
Gets the table URI.
Public methodGetUsers
Returns users list for the particular account.
Public methodGetViewInfo
Returns view details like view name,description,type from the the particular workspace identified by dbURI.
Public methodGetViewName
This function returns the name of a view in Zoho Analytics.
Public methodGetViewUrl
This method returns the URL to access the mentioned view.
Public methodGroupInfo
Get meta information on the groups present in the workspace identified by the URI.
Public methodHideColumn
Hide the columns in the table.
Public methodIsColumnExist
Checks whether the column exist or not in the view identified by the tableURI.
Public methodIsDbExist
Check whether the workspace is exist or not.
Public methodIsViewExist
Checks whether the view exist or not in the workspace identified by dbURI.
Public methodMyWorkspaceList
Returns the list of all owned workspaces present in the zoho analytics account identified by the URI.
Public methodRecentItems
Returns the details of recently accessed views from the ZohoAnalytics account identified by the URI.
Public methodRemoveDbOwner
This method is used to remove the existing admins from the Analytics workspace.
Public methodRemoveGroupMembers
Remove members from the specified group present in the workspace identified by the URI.
Public methodRemoveLookup
Remove the lookup for the given column.
Public methodRemoveShare
This method is used to remove the shared views (tables/reports/dashboards) in Zoho Analytics from the users.
Public methodRemoveUser
Removes the specified user(s) from your Zoho Analytics Account.
Public methodRenameColumn
Rename the column in the specified table identified by the URI.
Public methodRenameView
Rename the specified view with the new name and description.
Public methodSaveAs
Copy views within the workspace(Duplicate views).
Public methodSetWebProxy
Sets the web proxy.
Public methodSharedWorkspaceList
Returns the list of all shared workspaces present in the zoho analytics account identified by the URI.
Public methodShareView
This method is used to share the views (tables/reports/dashboards) created in Zoho Analytics with users.
Public methodShowColumn
Show the hidden columns in the table.
Public methodUpdateCloudDBConnection
Updates cloud connection information of the given view identified by the URI.
Public methodUpdateData
Update the data in the specified table identified by the URI.
Public methodUpdateGroupInfo
Updates the specified group information present in the workspace identified by the URI.
Public methodUpdateRemoteDBConnection
Updates cloud connection information of the given live connect workspace identified by the URI.
Public methodUpdateSlideShow
Update the mentioned slide information present in the workspace identified by the URI.
Public methodUrlSplCharReplace
URL special character replace.
Public methodViewList
Returns the list of all accessible views present in the workspace identified by the URI.
Public methodViewMetadata
Returns metainfo of the given view identified by the URI.
Top
See Also

Reference

IReportClient