ActionExportView
ExportPortfolio
DescriptionExports the current view or opern portfolio to a file.
The following file extensions are supported:
HTM, HTMLExports to HTML file.
PDFExports to an Adobe PDF file (open with Adobe Acrobat).
RTFExports to a RTF file (open it with MS Word).
CSVExports the data area to a comma separated value (open with MS Excel).
Exampleswith Cube1
 call setValue("DirNameExport", "c:\pdf")
 call setValue("FileNameExport", "cube.pdf")
 .DoAction("ExportView")
end with
Example ExplanationExports current view to the file above.
Exampleswith Cube1
 call setValue("FileNameExport", "")
 .DoAction("ExportView")
end with
Example ExplanationForces the export view dialog to appear.
See also
SetValueSets a cube variable value.
Notes