???ReportClient.GetEmbedURL Method
Click or drag to resize
ReportClientGetEmbedURL Method
This method is used to get the embed URL of the particular table / view. This API is available only for the White Label Administrator.

Namespace:??ZReports
Assembly:??ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string GetEmbedURL(
	string tableURI,
	Dictionary<string, string> config
)

Parameters

tableURI
Type:??SystemString
The table URI.
config
Type:??System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type:??String
Embed url
See Also