Click or drag to resize

ReportClientGetViewUrl Method

This method returns the URL to access the mentioned view.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string GetViewUrl(
	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
View url.
See Also