Uses of Enum Class
io.revealbi.core.data.RVReportingServicesRenderMode
Packages that use RVReportingServicesRenderMode
-
Uses of RVReportingServicesRenderMode in io.revealbi.core.data
Methods in io.revealbi.core.data that return RVReportingServicesRenderModeModifier and TypeMethodDescriptionRVReportingServicesDataSourceItem.getRenderMode()Render mode, might be data or report.RVReportingServicesDataSourceItem.setRenderMode(RVReportingServicesRenderMode value) Render mode, might be data or report.RVReportingServicesRenderMode.valueOf(int value) Returns theRVReportingServicesRenderModefor the given integer value.Returns the enum constant of this class with the specified name.static RVReportingServicesRenderMode[]RVReportingServicesRenderMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.revealbi.core.data with parameters of type RVReportingServicesRenderModeModifier and TypeMethodDescriptionRVReportingServicesDataSourceItem.setRenderMode(RVReportingServicesRenderMode value) Render mode, might be data or report.