com.stimulsoft.report.options
Class EngineOptions.ReportResources

java.lang.Object
  extended by com.stimulsoft.report.options.EngineOptions.ReportResources
Enclosing class:
EngineOptions

public static final class EngineOptions.ReportResources
extends java.lang.Object

A Class for managing of the report resource files.


Field Summary
static int MaximumSize
           
 
Constructor Summary
EngineOptions.ReportResources()
           
 
Method Summary
static boolean getAllowUseResourcesInWeb()
           
static boolean getAllowUseResourcesInWinForms()
           
static boolean getAllowUseResourcesInWPF()
           
static java.lang.String getResourcesPath()
          Specifies path for the report resource files.
static void setAllowUseResourcesInWeb(boolean value)
           
static void setAllowUseResourcesInWinForms(boolean value)
           
static void setAllowUseResourcesInWPF(boolean value)
           
static void setResourcesPath(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MaximumSize

public static int MaximumSize
Constructor Detail

EngineOptions.ReportResources

public EngineOptions.ReportResources()
Method Detail

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

public static java.lang.String getResourcesPath()
Specifies path for the report resource files.


setResourcesPath

public static void setResourcesPath(java.lang.String value)