Click or drag to resize
ReportClient Methods

The ReportClient type exposes the following members.

Methods
  NameDescription
Public methodActivateUser
Activates the specified user(s) in your ManageEngine Analytics Plus Account.
Public methodAddColumn
Adds a column to the specified table identified by the URI.
Public methodAddDbOwner
This method is used to add new owners to the reports database.
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 ManageEngine Analytics Plus Account.
Public methodAutoGenReports
Generate report for table or column
Public methodCopyDatabase
Copy a specified database 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 database or across databases and even across one user account to another.
Public methodCopyReports
The Copy Reports API is used to copy one or more reports from one database to another within the same account or even across user accounts.
Public methodCreateSimilarViews
Creates the similar views.
Public methodCreateTable
Create a table in the specified database.
Public methodDeActivateUser
Deactivates the specified user(s) in your ManageEngine Analytics Plus 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 database from a ManageEngine Analytics Plus Account.
Public methodDisableDomainDB
Disables the domain database.
Public methodEnableDomainDB
Enables the domain database.
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 methodGetCopyDBKey
Gets the copy database key.
Public methodGetDatabaseMetaData
This method is used to get the meta information about the reports.
Public methodGetDatabaseName
Get database name for a specified database 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 methodGetURI(String)
Gets the URI.
Public methodGetURI(String, String)
Gets the URI.
Public methodGetURI(String, String, String)
Gets the URI.
Public methodGetUsers
Get users list for the particular account.
Public methodGetViewName
This function returns the name of a view in ManageEngine Analytics Plus.
Public methodGetViewUrl
This method returns the URL to access the mentioned view.
Public methodHideColumn
Hide the columns in the table
Public methodImportData
Import the data contained in a given file into the table identified by the URI.
Public methodIsDbExist
Check weather the database is exist or not
Public methodRemoveDbOwner
This method is used to remove the existing owners from the reports database.
Public methodRemoveLookup
Remove the lookup for the given column.
Public methodRemoveShare
This method is used to remove the shared views (tables/reports/dashboards) in ManageEngine Analytics Plus from the users.
Public methodRemoveUser
Removes the specified user(s) from your ManageEngine Analytics Plus 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 methodSetWebProxy
Sets the web proxy.
Public methodShareView
This method is used to share the views (tables/reports/dashboards) created in ManageEngine Analytics Plus with users.
Public methodShowColumn
Show the hidden columns in the table
Public methodUpdateData
Update the data in the specified table identified by the URI.
Top
See Also