Click or drag to resize

ReportClientCreateSlideShow Method

Create a new slideshow in the workspace identified by the URI.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void CreateSlideShow(
	string dbURI,
	Dictionary<string, Object> slideConfig
)

Parameters

dbURI
Type: SystemString
The workspace URI.
slideConfig
Type: System.Collections.GenericDictionaryString, Object
"slideConfig" Contains required information to create a slideshow.
See Also