# File lib/ruport/formatter/csv.rb, line 95
    def build_grouping_body
      case style
      when :inline
        render_inline_grouping(options)
      when :justified, :raw
        render_justified_or_raw_grouping
      else
        raise NotImplementedError, "Unknown style"
      end
    end