ReportClient Class |
Namespace: ZReports
public class ReportClient : IReportClient
The ReportClient type exposes the following members.
Name | Description | |
---|---|---|
ReportClient |
Initializes a new instance of the ReportClient class.
|
Name | Description | |
---|---|---|
ActivateUser |
Activates the specified user(s) in your ManageEngine Analytics Plus Account.
| |
AddColumn |
Adds a column to the specified table identified by the URI.
| |
AddDbOwner |
This method is used to add new owners to the reports database.
| |
AddLookup |
Add the lookup for the given column.
| |
AddRow |
Adds a row to the specified table identified by the URI.
| |
AddUser |
Adds the specified user(s) into your ManageEngine Analytics Plus Account.
| |
AutoGenReports |
Generate report for table or column
| |
CopyDatabase |
Copy a specified database identified by the URI.
| |
CopyFormula |
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.
| |
CopyReports |
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.
| |
CreateSimilarViews |
Creates the similar views.
| |
CreateTable |
Create a table in the specified database.
| |
DeActivateUser |
Deactivates the specified user(s) in your ManageEngine Analytics Plus Account.
| |
DeleteColumn |
Delete the column in the specified table identified by the URI.
| |
DeleteData |
Delete the data in the specified table identified by the URI.
| |
DeleteDatabase |
Delete a specified database from a ManageEngine Analytics Plus Account.
| |
DisableDomainDB |
Disables the domain database.
| |
EnableDomainDB |
Enables the domain database.
| |
ExportData(String, String, Stream, String, DictionaryString, String) |
Exports the data.
| |
ExportData(String, String, String, String, DictionaryString, String) |
Exports the data.
| |
ExportDataAsCSV |
Exports the data as CSV.
| |
ExportDataAsDictionary |
Exports the data as dictionary.
| |
ExportDataAsJson |
Exports the data as json.
| |
ExportDataUsingSQL(String, String, Stream, String, DictionaryString, String) |
Exports the data using SQL.
| |
ExportDataUsingSQL(String, String, String, String, DictionaryString, String) |
Exports the data using SQL.
| |
GetCopyDBKey |
Gets the copy database key.
| |
GetDatabaseMetaData |
This method is used to get the meta information about the reports.
| |
GetDatabaseName |
Get database name for a specified database identified by the URI.
| |
GetEmbedURL |
This method is used to get the embed URL of the particular table / view. This API is available only for the White Label Administrator.
| |
GetPlanInfo |
Gets the plan information.
| |
GetShareInfo |
Gets the share information.
| |
GetURI(String) |
Gets the URI.
| |
GetURI(String, String) |
Gets the URI.
| |
GetURI(String, String, String) |
Gets the URI.
| |
GetUsers |
Get users list for the particular account.
| |
GetViewName |
This function returns the name of a view in ManageEngine Analytics Plus.
| |
GetViewUrl |
This method returns the URL to access the mentioned view.
| |
HideColumn |
Hide the columns in the table
| |
ImportData |
Import the data contained in a given file into the table identified by the URI.
| |
IsDbExist |
Check weather the database is exist or not
| |
RemoveDbOwner |
This method is used to remove the existing owners from the reports database.
| |
RemoveLookup |
Remove the lookup for the given column.
| |
RemoveShare |
This method is used to remove the shared views (tables/reports/dashboards) in ManageEngine Analytics Plus from the users.
| |
RemoveUser |
Removes the specified user(s) from your ManageEngine Analytics Plus Account.
| |
RenameColumn |
Rename the column in the specified table identified by the URI.
| |
RenameView |
Rename the specified view with the new name and description.
| |
SetWebProxy |
Sets the web proxy.
| |
ShareView |
This method is used to share the views (tables/reports/dashboards) created in ManageEngine Analytics Plus with users.
| |
ShowColumn |
Show the hidden columns in the table
| |
UpdateData |
Update the data in the specified table identified by the URI.
|