Uses of Enum Class
com.stimulsoft.report.enums.StiPreviewMode
Packages that use StiPreviewMode
-
Uses of StiPreviewMode in com.stimulsoft.report
Methods in com.stimulsoft.report that return StiPreviewModeModifier and TypeMethodDescriptionfinal StiPreviewModeStiReport.getPreviewMode()Gets or sets the preview mode of the report.Methods in com.stimulsoft.report with parameters of type StiPreviewMode -
Uses of StiPreviewMode in com.stimulsoft.report.enums
Methods in com.stimulsoft.report.enums that return StiPreviewModeModifier and TypeMethodDescriptionstatic StiPreviewModeStiPreviewMode.forValue(int value) static StiPreviewModeReturns the enum constant of this class with the specified name.static StiPreviewMode[]StiPreviewMode.values()Returns an array containing the constants of this enum class, in the order they are declared.