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:  ZReports (in ZReports.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