Cloud
Облачный сервис для быстрого и эффективного анализа и визуализации данных для вашего бизнеса без необходимости создания своих приложений и программирования.
StiFileSaveDialog.private void export(StiExportFormat format) {
StiFileSaveDialog dialog = new StiFileSaveDialog(format, report, report.getReportAlias());
// The dialog lets the user choose the file and adjust export settings,
// then writes the document in the selected format.
}StiFileSaveDialog(format, report, name) — shows a file chooser plus the settings panel for that export format.StiExportFormat.StiExportManager with a UI, letting users pick the destination and tune settings before the export runs.