Uses of Enum Class
com.stimulsoft.web.enums.StiReportDisplayMode
Packages that use StiReportDisplayMode
Package
Description
-
Uses of StiReportDisplayMode in com.stimulsoft.web.classes
Fields in com.stimulsoft.web.classes declared as StiReportDisplayMode -
Uses of StiReportDisplayMode in com.stimulsoft.web.enums
Methods in com.stimulsoft.web.enums that return StiReportDisplayModeModifier and TypeMethodDescriptionstatic StiReportDisplayModeReturns the enum constant of this class with the specified name.static StiReportDisplayMode[]StiReportDisplayMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiReportDisplayMode in com.stimulsoft.webdesigner
Methods in com.stimulsoft.webdesigner that return StiReportDisplayModeModifier and TypeMethodDescriptionStiWebDesignerOptions.AppearanceOptions.getReportDisplayMode()Gets or sets a method how will show a report in the preview mode.Methods in com.stimulsoft.webdesigner with parameters of type StiReportDisplayModeModifier and TypeMethodDescriptionvoidStiWebDesignerOptions.AppearanceOptions.setReportDisplayMode(StiReportDisplayMode reportDisplayMode) Gets or sets a method how will show a report in the preview mode. -
Uses of StiReportDisplayMode in com.stimulsoft.webviewer
Methods in com.stimulsoft.webviewer that return StiReportDisplayModeModifier and TypeMethodDescriptionStiWebViewerOptions.AppearanceOptions.getReportDisplayMode()a method how the viewer will show a report.Methods in com.stimulsoft.webviewer with parameters of type StiReportDisplayModeModifier and TypeMethodDescriptionvoidStiWebViewerOptions.AppearanceOptions.setReportDisplayMode(StiReportDisplayMode reportDisplayMode) a method how the viewer will show a report.