IAdhocSlide.SaveLayoutToXML

Syntax

SaveLayoutToXML(Destination: Variant);

Parameters

Destination. Path and name of the XML file, to which dashboard slide layout is to be saved.

Description

The SaveLayoutToXML method saves slide layout to XML file.

Comments

To load side layout from XML file, use the IAdhocSlide.LoadLayoutFromXML method.

See also:

IAdhocSlide