Click or drag to resize
ReportClientShareView Method
This method is used to share the views (tables/reports/dashboards) created in ManageEngine Analytics Plus with users.

Namespace: ZReports
Assembly: ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void ShareView(
	string dbURI,
	string emailIds,
	string views,
	Dictionary<string, string> config
)

Parameters

dbURI
Type: SystemString
The database URI.
emailIds
Type: SystemString
It contains the owners email-id.
views
Type: SystemString
It contains the view names.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
See Also