Package com.stimulsoft.report.options
Class EngineOptions.ReportResources
java.lang.Object
com.stimulsoft.report.options.EngineOptions.ReportResources
- Enclosing class:
EngineOptions
A Class for managing of the report resource files.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanstatic booleanstatic StringSpecifies path for the report resource files.static voidsetAllowUseResourcesInWeb(boolean value) static voidsetAllowUseResourcesInWinForms(boolean value) static voidsetAllowUseResourcesInWPF(boolean value) static voidsetResourcesPath(String value)
-
Field Details
-
MaximumSize
public static int MaximumSize
-
-
Constructor Details
-
ReportResources
public ReportResources()
-
-
Method Details
-
getAllowUseResourcesInWinForms
public static boolean getAllowUseResourcesInWinForms() -
setAllowUseResourcesInWinForms
public static void setAllowUseResourcesInWinForms(boolean value) -
getAllowUseResourcesInWPF
public static boolean getAllowUseResourcesInWPF() -
setAllowUseResourcesInWPF
public static void setAllowUseResourcesInWPF(boolean value) -
getAllowUseResourcesInWeb
public static boolean getAllowUseResourcesInWeb() -
setAllowUseResourcesInWeb
public static void setAllowUseResourcesInWeb(boolean value) -
getResourcesPath
Specifies path for the report resource files. -
setResourcesPath
-