com.stimulsoft.report.options
Class DesignerOptions

java.lang.Object
  extended by com.stimulsoft.report.options.DesignerOptions
Direct Known Subclasses:
StiOptions.Designer

public class DesignerOptions
extends java.lang.Object

Class which allows adjustment of the Designer of the report.


Nested Class Summary
static class DesignerOptions.BusinessObjectEditor
           
static class DesignerOptions.ComponentsTypes
           
static class DesignerOptions.CrossTab
           
static class DesignerOptions.CustomHelp
           
static class DesignerOptions.DataBandEditor
           
static class DesignerOptions.Editors
           
static class DesignerOptions.GlobalEvents
           
static class DesignerOptions.MainMenu
           
static class DesignerOptions.NewReport
           
static class DesignerOptions.Panels
           
static class DesignerOptions.PropertyGrid
          Class for the Property Grid of the Report Designer.
static class DesignerOptions.Restrictions
           
static class DesignerOptions.Ribbon
           
static class DesignerOptions.TabsContextMenu
           
static class DesignerOptions.Toolbars
           
static class DesignerOptions.Wizards
          A Class for adjusting Wizards which controls a creation of the new reports.
 
Field Summary
static boolean useComponentPlacementOptimization
           
 
Constructor Summary
DesignerOptions()
           
 
Method Summary
static boolean getAdvancedModeOfUndoRedoService()
           
static boolean getAllowCopyControlOperation()
           
static boolean getAllowMultiColorTitle()
           
static boolean getAllowRunDataBandPlacementWizard()
           
static boolean getAllowSaveSourceCodeForInheritedReports()
           
static boolean getAllowSaveStandaloneReport()
           
static boolean getAllowSaveToAssembly()
           
static boolean getAllowSaveToSourceCode()
           
static boolean getAllowSaveToSourceCodeForSilverlight()
           
static boolean getAllowUseDragDrop()
           
static boolean getAllowUseHighlightWizard()
           
static boolean getAllowUsePlacementWizard()
           
static boolean getAllowUseWinControl()
           
static boolean getAutoCorrectComponentName()
           
static boolean getAutoCorrectDataColumnName()
           
static boolean getAutoCorrectDataRelationName()
           
static boolean getAutoCorrectDataSourceName()
           
static boolean getAutoCorrectReportName()
           
static int[] getAutoSaveIntervals()
           
static java.lang.Object getBackgroundColor()
           
static boolean getCanCustomizeRibbon()
           
static boolean getCanDesignerChangeReportFileName()
           
static boolean getCodeTabVisible()
          Gets or sets a value indicating to show or to hide Code Tab of the report designer.
static java.lang.String getDefaultDesignerConfigPath()
          Gets or sets the name of the configuration file of the Designer.
static java.lang.String getDefaultDockingPanelsConfigPath()
          Gets or sets the name of the configuration file of the Docking Panels.
static StiFont getDefaultPropertyGridFont()
           
static java.lang.String getDefaultRibbonDesignerConfigPath()
          Gets or sets the name of the configuration file of the Ribbon Designer.
static java.lang.String getDefaultRibbonDesignerQatConfigPath()
          Gets or sets the name of the configuration file of quick access toolbar of the Ribbon Designer.
static java.lang.String getDefaultTemplatesPath()
          Gets or sets the default path to "Templates" folder of the Designer.
static javax.swing.Icon getDesignerIcon()
           
static java.lang.String getDesignerTitle()
           
static java.lang.String GetDesignerTitle()
          Internal use only.
static java.lang.String getDesignerTitleMask()
           
static java.lang.String getDesignerTitleText()
           
static java.lang.String GetDesignerTitleWithMask(java.lang.String file)
          Internal use only.
static StiSize getDesignerWindowSize()
          Gets or sets window size of the Designer window.
static boolean getDisableWatermarkInPageSetup()
           
static boolean getDontAskSaveReport()
          Gets or sets a value, which controls of questioning about saving the report when the designer is closed.
static boolean getDontSaveDesignerConfig()
          Gets or sets a value which controls saving configuration of the designer.
static boolean getDontSaveDockingPanelsConfig()
          Gets or sets a value which controls of whether to save configuration of a Docking Manager object or not.
static boolean getDontSaveEditorConfig()
          Gets or sets a value, which controls of saving configuration of the editor.
static boolean getDontSaveFormsSettings()
           
static boolean getHtmlPreviewReportVisible()
          Gets or sets a value which controls a visibility of the HTML preview tab of the report Designer.
static boolean getIgnoreOptionReportNeverSaved()
           
static boolean getIgnoreOptionReportNewerSaved()
          Deprecated. 
static boolean getIsComponentEditorEnabled()
           
static boolean getIsHighlightComponentServiceEnabled()
           
static boolean getMarkComponentsWithErrors()
           
static int getMaxLevelOfDictionaryObjects()
          Gets or sets the maximal nested level of dictionary objects in report dictionary panel.
static java.lang.String getPageSaveLoadPath()
          Gets or sets a file name which was used for saving or for loading one page of the report template last time.
static boolean getPlaceMRZBeforeMRTInSaveDialog()
           
static boolean getPreviewReportVisible()
          Gets or sets a value, which shows or hides a Preview Tab in the report designer.
static java.lang.String getReportSaveLoadPath()
          Gets or sets a file name which was used for saving or for loading report template last time.
static boolean getRunInDesignMode()
          Gets or sets value which indicates that designer called from VisualStudio.Net.
static boolean getRunWizardAfterLoad()
          Gets or sets a value indicating whether it is necessary to run the Wizard after loading the designer of the report.
static boolean getSaveReportWhenDontAskSaveReport()
           
static boolean getShowDesignerControlMainMenu()
          If property equal true then main menu from designer control showes on StiDesigner form.
static boolean getShowDesignerInTaskbar()
          Gets or sets a value indicating whether Designer will be shown in the task bar.
static boolean getShowEventsTab()
          Gets or sets a value which allows to show or to hide Events Tab of the property editor in the report designer.
static boolean getShowPreviewInMdi()
          Gets or sets a value indicating whether the Preview Window of the report will be showing as MDI window.
static boolean getShowRibbonWindowTitleInWpf()
           
static boolean getShowSelectTypeOfGuiOption()
           
static boolean getShowSuperToolTip()
           
static boolean getShowTipsOnStartup()
          Deprecated. 
static boolean getSLPreviewReportVisible()
          Gets or sets a value, which shows or hides a Silverlight Preview Tab in the report designer.
static boolean getSortDictionaryByAliases()
           
static StiStylesCollection getStyles()
           
static java.lang.String getTemplatesSaveLoadPath()
          Gets or sets a file name which was used for saving or for loading component templates.
static boolean getUseRightToLeftGlobalizationEditor()
           
static boolean getUseSimpleGlobalizationEditor()
           
static boolean getWebPreviewReportVisible()
          Gets or sets a value, which shows or hides a Web Preview Tab in the report designer.
static boolean getWpfPreviewReportVisible()
          Gets or sets a value, which shows or hides a WPF Preview Tab in the report designer.
static boolean isAutoLargeHeight()
           
static boolean isSortDictionaryByAliases()
           
static void setAdvancedModeOfUndoRedoService(boolean value)
           
static void setAllowCopyControlOperation(boolean value)
           
static void setAllowMultiColorTitle(boolean value)
           
static void setAllowRunDataBandPlacementWizard(boolean value)
           
static void setAllowSaveSourceCodeForInheritedReports(boolean value)
           
static void setAllowSaveStandaloneReport(boolean value)
           
static void setAllowSaveToAssembly(boolean value)
           
static void setAllowSaveToSourceCode(boolean value)
           
static void setAllowSaveToSourceCodeForSilverlight(boolean value)
           
static void setAllowUseDragDrop(boolean value)
           
static void setAllowUseHighlightWizard(boolean value)
           
static void setAllowUsePlacementWizard(boolean value)
           
static void setAllowUseWinControl(boolean value)
           
static void setAutoCorrectComponentName(boolean value)
           
static void setAutoCorrectDataColumnName(boolean value)
           
static void setAutoCorrectDataRelationName(boolean value)
           
static void setAutoCorrectDataSourceName(boolean value)
           
static void setAutoCorrectReportName(boolean value)
           
static void setAutoLargeHeight(boolean autoLargeHeight)
           
static void setAutoSaveIntervals(int[] value)
           
static void setBackgroundColor(java.lang.Object value)
           
static void setCanCustomizeRibbon(boolean value)
           
static void setCanDesignerChangeReportFileName(boolean value)
           
static void setCodeTabVisible(boolean value)
           
static void setDefaultDesignerConfigPath(java.lang.String value)
           
static void setDefaultDockingPanelsConfigPath(java.lang.String value)
           
static void setDefaultPropertyGridFont(StiFont value)
           
static void setDefaultRibbonDesignerConfigPath(java.lang.String value)
           
static void setDefaultRibbonDesignerQatConfigPath(java.lang.String value)
           
static void setDefaultTemplatesPath(java.lang.String value)
           
static void setDesignerIcon(javax.swing.Icon value)
           
static void setDesignerTitle(java.lang.String value)
           
static void setDesignerTitleMask(java.lang.String value)
           
static void setDesignerTitleText(java.lang.String value)
           
static void setDesignerWindowSize(StiSize value)
           
static void setDisableWatermarkInPageSetup(boolean value)
           
static void setDontAskSaveReport(boolean value)
           
static void setDontSaveDesignerConfig(boolean value)
           
static void setDontSaveDockingPanelsConfig(boolean value)
           
static void setDontSaveEditorConfig(boolean value)
           
static void setDontSaveFormsSettings(boolean value)
           
static void setHtmlPreviewReportVisible(boolean value)
           
static void setIgnoreOptionReportNeverSaved(boolean value)
           
static void setIgnoreOptionReportNewerSaved(boolean value)
          Deprecated. 
static void setIsComponentEditorEnabled(boolean value)
           
static void setIsHighlightComponentServiceEnabled(boolean value)
           
static void setMarkComponentsWithErrors(boolean value)
           
static void setMaxLevelOfDictionaryObjects(int value)
           
static void setPageSaveLoadPath(java.lang.String value)
           
static void setPlaceMRZBeforeMRTInSaveDialog(boolean value)
           
static void setPreviewReportVisible(boolean value)
           
static void setReportSaveLoadPath(java.lang.String value)
           
static void setRunInDesignMode(boolean value)
           
static void setRunWizardAfterLoad(boolean value)
           
static void setSaveReportWhenDontAskSaveReport(boolean value)
           
static void setShowDesignerControlMainMenu(boolean value)
           
static void setShowDesignerInTaskbar(boolean value)
           
static void setShowEventsTab(boolean value)
           
static void setShowPreviewInMdi(boolean value)
           
static void setShowRibbonWindowTitleInWpf(boolean value)
           
static void setShowSelectTypeOfGuiOption(boolean value)
           
static void setShowSuperToolTip(boolean value)
           
static void setShowTipsOnStartup(boolean value)
          Deprecated. 
static void setSLPreviewReportVisible(boolean value)
           
static void setSortDictionaryByAliases(boolean value)
           
static void setTemplatesSaveLoadPath(java.lang.String value)
           
static void setUseRightToLeftGlobalizationEditor(boolean value)
           
static void setUseSimpleGlobalizationEditor(boolean value)
           
static void setWebPreviewReportVisible(boolean value)
           
static void setWpfPreviewReportVisible(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

useComponentPlacementOptimization

public static boolean useComponentPlacementOptimization
Constructor Detail

DesignerOptions

public DesignerOptions()
Method Detail

isSortDictionaryByAliases

public static boolean isSortDictionaryByAliases()

getAllowUseHighlightWizard

public static boolean getAllowUseHighlightWizard()

setAllowUseHighlightWizard

public static void setAllowUseHighlightWizard(boolean value)

getAllowUsePlacementWizard

public static boolean getAllowUsePlacementWizard()

setAllowUsePlacementWizard

public static void setAllowUsePlacementWizard(boolean value)

getAllowUseDragDrop

public static boolean getAllowUseDragDrop()

setAllowUseDragDrop

public static void setAllowUseDragDrop(boolean value)

getAllowCopyControlOperation

public static boolean getAllowCopyControlOperation()

setAllowCopyControlOperation

public static void setAllowCopyControlOperation(boolean value)

getDisableWatermarkInPageSetup

public static boolean getDisableWatermarkInPageSetup()

setDisableWatermarkInPageSetup

public static void setDisableWatermarkInPageSetup(boolean value)

getIsComponentEditorEnabled

public static boolean getIsComponentEditorEnabled()

setIsComponentEditorEnabled

public static void setIsComponentEditorEnabled(boolean value)

getIsHighlightComponentServiceEnabled

public static boolean getIsHighlightComponentServiceEnabled()

setIsHighlightComponentServiceEnabled

public static void setIsHighlightComponentServiceEnabled(boolean value)

getDefaultPropertyGridFont

public static StiFont getDefaultPropertyGridFont()

setDefaultPropertyGridFont

public static void setDefaultPropertyGridFont(StiFont value)

getShowSuperToolTip

public static boolean getShowSuperToolTip()

setShowSuperToolTip

public static void setShowSuperToolTip(boolean value)

getShowRibbonWindowTitleInWpf

public static boolean getShowRibbonWindowTitleInWpf()

setShowRibbonWindowTitleInWpf

public static void setShowRibbonWindowTitleInWpf(boolean value)

getCanCustomizeRibbon

public static boolean getCanCustomizeRibbon()

setCanCustomizeRibbon

public static void setCanCustomizeRibbon(boolean value)

getMarkComponentsWithErrors

public static boolean getMarkComponentsWithErrors()

setMarkComponentsWithErrors

public static void setMarkComponentsWithErrors(boolean value)

getAdvancedModeOfUndoRedoService

public static boolean getAdvancedModeOfUndoRedoService()

setAdvancedModeOfUndoRedoService

public static void setAdvancedModeOfUndoRedoService(boolean value)

isAutoLargeHeight

public static boolean isAutoLargeHeight()
Returns:
the autoLargeHeight

setAutoLargeHeight

public static void setAutoLargeHeight(boolean autoLargeHeight)
Parameters:
autoLargeHeight - the autoLargeHeight to set

getSortDictionaryByAliases

public static boolean getSortDictionaryByAliases()

setSortDictionaryByAliases

public static void setSortDictionaryByAliases(boolean value)

getCodeTabVisible

public static boolean getCodeTabVisible()
Gets or sets a value indicating to show or to hide Code Tab of the report designer.


setCodeTabVisible

public static void setCodeTabVisible(boolean value)

getPreviewReportVisible

public static boolean getPreviewReportVisible()
Gets or sets a value, which shows or hides a Preview Tab in the report designer.


setPreviewReportVisible

public static void setPreviewReportVisible(boolean value)

getWpfPreviewReportVisible

public static boolean getWpfPreviewReportVisible()
Gets or sets a value, which shows or hides a WPF Preview Tab in the report designer.


setWpfPreviewReportVisible

public static void setWpfPreviewReportVisible(boolean value)

getWebPreviewReportVisible

public static boolean getWebPreviewReportVisible()
Gets or sets a value, which shows or hides a Web Preview Tab in the report designer.


setWebPreviewReportVisible

public static void setWebPreviewReportVisible(boolean value)

getSLPreviewReportVisible

public static boolean getSLPreviewReportVisible()
Gets or sets a value, which shows or hides a Silverlight Preview Tab in the report designer.


setSLPreviewReportVisible

public static void setSLPreviewReportVisible(boolean value)

getHtmlPreviewReportVisible

public static boolean getHtmlPreviewReportVisible()
Gets or sets a value which controls a visibility of the HTML preview tab of the report Designer.


setHtmlPreviewReportVisible

public static void setHtmlPreviewReportVisible(boolean value)

getShowDesignerControlMainMenu

public static boolean getShowDesignerControlMainMenu()
If property equal true then main menu from designer control showes on StiDesigner form.


setShowDesignerControlMainMenu

public static void setShowDesignerControlMainMenu(boolean value)

getDontSaveFormsSettings

public static boolean getDontSaveFormsSettings()

setDontSaveFormsSettings

public static void setDontSaveFormsSettings(boolean value)

getAutoSaveIntervals

public static int[] getAutoSaveIntervals()

setAutoSaveIntervals

public static void setAutoSaveIntervals(int[] value)

getShowEventsTab

public static boolean getShowEventsTab()
Gets or sets a value which allows to show or to hide Events Tab of the property editor in the report designer.


setShowEventsTab

public static void setShowEventsTab(boolean value)

getShowTipsOnStartup

@Deprecated
public static boolean getShowTipsOnStartup()
Deprecated. 

Gets or sets a value indicating whether it is necessary to show or to hide Tips On Start Up Dialog window when opening the report designer.


setShowTipsOnStartup

@Deprecated
public static void setShowTipsOnStartup(boolean value)
Deprecated. 


getRunWizardAfterLoad

public static boolean getRunWizardAfterLoad()
Gets or sets a value indicating whether it is necessary to run the Wizard after loading the designer of the report.


setRunWizardAfterLoad

public static void setRunWizardAfterLoad(boolean value)

getAllowRunDataBandPlacementWizard

public static boolean getAllowRunDataBandPlacementWizard()

setAllowRunDataBandPlacementWizard

public static void setAllowRunDataBandPlacementWizard(boolean value)

getDesignerWindowSize

public static StiSize getDesignerWindowSize()
Gets or sets window size of the Designer window.


setDesignerWindowSize

public static void setDesignerWindowSize(StiSize value)

getShowDesignerInTaskbar

public static boolean getShowDesignerInTaskbar()
Gets or sets a value indicating whether Designer will be shown in the task bar.


setShowDesignerInTaskbar

public static void setShowDesignerInTaskbar(boolean value)

getShowPreviewInMdi

public static boolean getShowPreviewInMdi()
Gets or sets a value indicating whether the Preview Window of the report will be showing as MDI window.


setShowPreviewInMdi

public static void setShowPreviewInMdi(boolean value)

getDontSaveDockingPanelsConfig

public static boolean getDontSaveDockingPanelsConfig()
Gets or sets a value which controls of whether to save configuration of a Docking Manager object or not.


setDontSaveDockingPanelsConfig

public static void setDontSaveDockingPanelsConfig(boolean value)

getDontSaveDesignerConfig

public static boolean getDontSaveDesignerConfig()
Gets or sets a value which controls saving configuration of the designer.


setDontSaveDesignerConfig

public static void setDontSaveDesignerConfig(boolean value)

getDontSaveEditorConfig

public static boolean getDontSaveEditorConfig()
Gets or sets a value, which controls of saving configuration of the editor.


setDontSaveEditorConfig

public static void setDontSaveEditorConfig(boolean value)

getDontAskSaveReport

public static boolean getDontAskSaveReport()
Gets or sets a value, which controls of questioning about saving the report when the designer is closed.


setDontAskSaveReport

public static void setDontAskSaveReport(boolean value)

getSaveReportWhenDontAskSaveReport

public static boolean getSaveReportWhenDontAskSaveReport()

setSaveReportWhenDontAskSaveReport

public static void setSaveReportWhenDontAskSaveReport(boolean value)

getPlaceMRZBeforeMRTInSaveDialog

public static boolean getPlaceMRZBeforeMRTInSaveDialog()

setPlaceMRZBeforeMRTInSaveDialog

public static void setPlaceMRZBeforeMRTInSaveDialog(boolean value)

getIgnoreOptionReportNewerSaved

@Deprecated
public static boolean getIgnoreOptionReportNewerSaved()
Deprecated. 


setIgnoreOptionReportNewerSaved

@Deprecated
public static void setIgnoreOptionReportNewerSaved(boolean value)
Deprecated. 


getIgnoreOptionReportNeverSaved

public static boolean getIgnoreOptionReportNeverSaved()

setIgnoreOptionReportNeverSaved

public static void setIgnoreOptionReportNeverSaved(boolean value)

getAutoCorrectDataSourceName

public static boolean getAutoCorrectDataSourceName()

setAutoCorrectDataSourceName

public static void setAutoCorrectDataSourceName(boolean value)

getAutoCorrectDataRelationName

public static boolean getAutoCorrectDataRelationName()

setAutoCorrectDataRelationName

public static void setAutoCorrectDataRelationName(boolean value)

getAutoCorrectDataColumnName

public static boolean getAutoCorrectDataColumnName()

setAutoCorrectDataColumnName

public static void setAutoCorrectDataColumnName(boolean value)

getAutoCorrectComponentName

public static boolean getAutoCorrectComponentName()

setAutoCorrectComponentName

public static void setAutoCorrectComponentName(boolean value)

getAutoCorrectReportName

public static boolean getAutoCorrectReportName()

setAutoCorrectReportName

public static void setAutoCorrectReportName(boolean value)

getDefaultDockingPanelsConfigPath

public static java.lang.String getDefaultDockingPanelsConfigPath()
Gets or sets the name of the configuration file of the Docking Panels.


setDefaultDockingPanelsConfigPath

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

getAllowSaveToSourceCode

public static boolean getAllowSaveToSourceCode()

setAllowSaveToSourceCode

public static void setAllowSaveToSourceCode(boolean value)

getAllowSaveToSourceCodeForSilverlight

public static boolean getAllowSaveToSourceCodeForSilverlight()

setAllowSaveToSourceCodeForSilverlight

public static void setAllowSaveToSourceCodeForSilverlight(boolean value)

getAllowSaveToAssembly

public static boolean getAllowSaveToAssembly()

setAllowSaveToAssembly

public static void setAllowSaveToAssembly(boolean value)

getAllowSaveStandaloneReport

public static boolean getAllowSaveStandaloneReport()

setAllowSaveStandaloneReport

public static void setAllowSaveStandaloneReport(boolean value)

getAllowSaveSourceCodeForInheritedReports

public static boolean getAllowSaveSourceCodeForInheritedReports()

setAllowSaveSourceCodeForInheritedReports

public static void setAllowSaveSourceCodeForInheritedReports(boolean value)

getDefaultDesignerConfigPath

public static java.lang.String getDefaultDesignerConfigPath()
Gets or sets the name of the configuration file of the Designer.


setDefaultDesignerConfigPath

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

getDefaultTemplatesPath

public static java.lang.String getDefaultTemplatesPath()
Gets or sets the default path to "Templates" folder of the Designer.


setDefaultTemplatesPath

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

getDefaultRibbonDesignerConfigPath

public static java.lang.String getDefaultRibbonDesignerConfigPath()
Gets or sets the name of the configuration file of the Ribbon Designer.


setDefaultRibbonDesignerConfigPath

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

getDefaultRibbonDesignerQatConfigPath

public static java.lang.String getDefaultRibbonDesignerQatConfigPath()
Gets or sets the name of the configuration file of quick access toolbar of the Ribbon Designer.


setDefaultRibbonDesignerQatConfigPath

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

getAllowMultiColorTitle

public static boolean getAllowMultiColorTitle()

setAllowMultiColorTitle

public static void setAllowMultiColorTitle(boolean value)

getDesignerTitle

public static java.lang.String getDesignerTitle()

setDesignerTitle

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

getDesignerTitleText

public static java.lang.String getDesignerTitleText()

setDesignerTitleText

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

getDesignerTitleMask

public static java.lang.String getDesignerTitleMask()

setDesignerTitleMask

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

GetDesignerTitle

public static java.lang.String GetDesignerTitle()
Internal use only.


GetDesignerTitleWithMask

public static java.lang.String GetDesignerTitleWithMask(java.lang.String file)
Internal use only.


getReportSaveLoadPath

public static java.lang.String getReportSaveLoadPath()
Gets or sets a file name which was used for saving or for loading report template last time.


setReportSaveLoadPath

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

getDesignerIcon

public static javax.swing.Icon getDesignerIcon()

setDesignerIcon

public static void setDesignerIcon(javax.swing.Icon value)

getPageSaveLoadPath

public static java.lang.String getPageSaveLoadPath()
Gets or sets a file name which was used for saving or for loading one page of the report template last time.


setPageSaveLoadPath

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

getTemplatesSaveLoadPath

public static java.lang.String getTemplatesSaveLoadPath()
Gets or sets a file name which was used for saving or for loading component templates.


setTemplatesSaveLoadPath

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

getRunInDesignMode

public static boolean getRunInDesignMode()
Gets or sets value which indicates that designer called from VisualStudio.Net. Internal use only.


setRunInDesignMode

public static void setRunInDesignMode(boolean value)

getCanDesignerChangeReportFileName

public static boolean getCanDesignerChangeReportFileName()

setCanDesignerChangeReportFileName

public static void setCanDesignerChangeReportFileName(boolean value)

getShowSelectTypeOfGuiOption

public static boolean getShowSelectTypeOfGuiOption()

setShowSelectTypeOfGuiOption

public static void setShowSelectTypeOfGuiOption(boolean value)

getUseSimpleGlobalizationEditor

public static boolean getUseSimpleGlobalizationEditor()

setUseSimpleGlobalizationEditor

public static void setUseSimpleGlobalizationEditor(boolean value)

getUseRightToLeftGlobalizationEditor

public static boolean getUseRightToLeftGlobalizationEditor()

setUseRightToLeftGlobalizationEditor

public static void setUseRightToLeftGlobalizationEditor(boolean value)

getAllowUseWinControl

public static boolean getAllowUseWinControl()

setAllowUseWinControl

public static void setAllowUseWinControl(boolean value)

getMaxLevelOfDictionaryObjects

public static int getMaxLevelOfDictionaryObjects()
Gets or sets the maximal nested level of dictionary objects in report dictionary panel.


setMaxLevelOfDictionaryObjects

public static void setMaxLevelOfDictionaryObjects(int value)

getBackgroundColor

public static java.lang.Object getBackgroundColor()

setBackgroundColor

public static void setBackgroundColor(java.lang.Object value)

getStyles

public static StiStylesCollection getStyles()