Package com.stimulsoft.report.options
Class ConfigurationOptions
java.lang.Object
com.stimulsoft.report.options.ConfigurationOptions
- Direct Known Subclasses:
StiOptions.Configuration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringGets or sets a name of the file which is used for configuration of a report.static StringGets or sets a name of the file which is used for settings of a report.static StringGets or sets string containing path to directory in which files with localized resource are located.static StringGets or sets name of file with localized resource.static booleanGets or sets a value which indicates whether it is necessary to use the path from the register for localization files search.static voidsetDefaultReportConfigPath(String value) static voidstatic voidsetDirectoryLocalization(String value) static voidsetLocalization(String value) static voidsetSearchLocalizationFromRegistry(boolean value)
-
Field Details
-
customFontsPath
-
-
Constructor Details
-
ConfigurationOptions
public ConfigurationOptions()
-
-
Method Details
-
getSearchLocalizationFromRegistry
public static boolean getSearchLocalizationFromRegistry()Gets or sets a value which indicates whether it is necessary to use the path from the register for localization files search. -
setSearchLocalizationFromRegistry
public static void setSearchLocalizationFromRegistry(boolean value) -
getDefaultReportSettingsPath
Gets or sets a name of the file which is used for settings of a report. -
setDefaultReportSettingsPath
-
getDefaultReportConfigPath
Gets or sets a name of the file which is used for configuration of a report. -
setDefaultReportConfigPath
-
getDirectoryLocalization
Gets or sets string containing path to directory in which files with localized resource are located. -
setDirectoryLocalization
-
getLocalization
Gets or sets name of file with localized resource. -
setLocalization
-