Class StiExportSettingsHelper
java.lang.Object
com.stimulsoft.webdesigner.helper.StiExportSettingsHelper
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddExportSettingsItem(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static StiExportSettingscreateExportSettings(StiExportFormat exportFormat, boolean isDashboard, HashMap<String, Object> jsSettings) getExportSettingsProperty(StiReport report) static voidopenExportSettings(StiRequestParams requestParams, StiReport report, HashMap<String, Object> callbackResult) static voidsaveExportSettings(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult)
-
Constructor Details
-
StiExportSettingsHelper
public StiExportSettingsHelper()
-
-
Method Details
-
getExportSettingsProperty
-
createExportSettings
public static StiExportSettings createExportSettings(StiExportFormat exportFormat, boolean isDashboard, HashMap<String, Object> jsSettings) -
addExportSettingsItem
-
saveExportSettings
-
openExportSettings
public static void openExportSettings(StiRequestParams requestParams, StiReport report, HashMap<String, Object> callbackResult) throws UnsupportedEncodingException- Throws:
UnsupportedEncodingException
-