Click or drag to resize
ReportClientCreateSimilarViews Method
Creates the similar views.

Namespace: ZReports
Assembly: ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Dictionary<string, string> CreateSimilarViews(
	string tableURI,
	string refView,
	string folderName,
	bool cusFormula,
	bool aggFormula,
	Dictionary<string, string> config
)

Parameters

tableURI
Type: SystemString
The table URI.
refView
Type: SystemString
The reference view.
folderName
Type: SystemString
Name of the folder.
cusFormula
Type: SystemBool
The custom formula.
aggFormula
Type: SystemBool
The aggregate formula.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type: DictionaryString, String
Reports generated result
See Also