Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 728 Bytes

File metadata and controls

24 lines (18 loc) · 728 Bytes

EzmaxApi::CommonReportrow

Properties

Name Type Description Notes
a_obj_reportcell Array<CommonReportcell>
obj_variableobject Hash<String, Object> A Variable object without predefined property names
i_reportrow_height Integer The reportrow height in pixels
obj_reportcellstyle_custom CommonReportcellstylecustom [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::CommonReportrow.new(
  a_obj_reportcell: null,
  obj_variableobject: null,
  i_reportrow_height: 20,
  obj_reportcellstyle_custom: null
)