Application Studio
New spreadsheet function
You can use the new ISEXPANDED
function to query the
current expansion status of a referenced hyperblock cell. The function returns TRUE if the
referenced cell of a hyperblock is expanded.
Export profile using the Book Export Wizard
You can use the Book Export Wizard to download two different export profiles.
The full profile consists of the complete export definition of all reports to be exported. The file type is .json.
The modification profile contains only the modifications that should be made to the original definition of the book. The file type is .json.
The resulting JSON
string can be used in the Application Engine
CreateBookExportProfile
function.
ION API support for specifying a book export profile
The export function has a new parameter, ExportSynchronous
.
The ExportSynchronous
operation is used to change the book
content and parameters before export.
ExportSynchronous(string appName, string bookName, ExportOutputType outputFormat = ExportOutputType.Pdf, bool usePageLayout = true, ImageExportType imageFormat = ImageExportType.PNG, string exportProfile = "")
A JSON
string, which can be generated manually or exported
with the Export Book Wizard, is used in the export profile for the
book.