Class DesignerOptions

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

public class DesignerOptions extends Object
Class which allows adjustment of the Designer of the report.
  • Field Details

    • useComponentPlacementOptimization

      public static boolean useComponentPlacementOptimization
  • Constructor Details

    • DesignerOptions

      public DesignerOptions()
  • Method Details

    • 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 String getDefaultDockingPanelsConfigPath()
      Gets or sets the name of the configuration file of the Docking Panels.
    • setDefaultDockingPanelsConfigPath

      public static void setDefaultDockingPanelsConfigPath(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 String getDefaultDesignerConfigPath()
      Gets or sets the name of the configuration file of the Designer.
    • setDefaultDesignerConfigPath

      public static void setDefaultDesignerConfigPath(String value)
    • getDefaultTemplatesPath

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

      public static void setDefaultTemplatesPath(String value)
    • getDefaultRibbonDesignerConfigPath

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

      public static void setDefaultRibbonDesignerConfigPath(String value)
    • getDefaultRibbonDesignerQatConfigPath

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

      public static void setDefaultRibbonDesignerQatConfigPath(String value)
    • getAllowMultiColorTitle

      public static boolean getAllowMultiColorTitle()
    • setAllowMultiColorTitle

      public static void setAllowMultiColorTitle(boolean value)
    • getDesignerTitle

      public static String getDesignerTitle()
    • setDesignerTitle

      public static void setDesignerTitle(String value)
    • getDesignerTitleText

      public static String getDesignerTitleText()
    • setDesignerTitleText

      public static void setDesignerTitleText(String value)
    • getDesignerTitleMask

      public static String getDesignerTitleMask()
    • setDesignerTitleMask

      public static void setDesignerTitleMask(String value)
    • GetDesignerTitle

      public static String GetDesignerTitle()
      Internal use only.
    • GetDesignerTitleWithMask

      public static String GetDesignerTitleWithMask(String file)
      Internal use only.
    • getReportSaveLoadPath

      public static 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(String value)
    • getDesignerIcon

      public static Icon getDesignerIcon()
    • setDesignerIcon

      public static void setDesignerIcon(Icon value)
    • getPageSaveLoadPath

      public static 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(String value)
    • getTemplatesSaveLoadPath

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

      public static void setTemplatesSaveLoadPath(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 Object getBackgroundColor()
    • setBackgroundColor

      public static void setBackgroundColor(Object value)
    • getStyles

      public static StiStylesCollection getStyles()