Uses of Enum Class
com.stimulsoft.report.enums.StiNumberOfPass
Packages that use StiNumberOfPass
-
Uses of StiNumberOfPass in com.stimulsoft.report
Methods in com.stimulsoft.report that return StiNumberOfPassModifier and TypeMethodDescriptionfinal StiNumberOfPassStiReport.getNumberOfPass()Gets or sets the number of passes which the report generator makes while report rendering.Methods in com.stimulsoft.report with parameters of type StiNumberOfPass -
Uses of StiNumberOfPass in com.stimulsoft.report.enums
Methods in com.stimulsoft.report.enums that return StiNumberOfPassModifier and TypeMethodDescriptionstatic StiNumberOfPassStiNumberOfPass.forValue(int value) static StiNumberOfPassReturns the enum constant of this class with the specified name.static StiNumberOfPass[]StiNumberOfPass.values()Returns an array containing the constants of this enum class, in the order they are declared.