Name | Type | Description | Notes |
---|---|---|---|
a_obj_reportsubsection | Array<CommonReportsubsection> | ||
a_obj_reportcolumn | Array<CommonReportcolumn> | ||
e_reportsection_horizontalalignment | EnumHorizontalalignment | ||
i_reportsection_columncount | Integer | The number of Reportcolumns in the Reportsection | |
i_reportsection_width | Integer | The combined width of all the Reportcolumns in the Reportsection |
require 'Ezmaxapi'
instance = EzmaxApi::CommonReportsection.new(
a_obj_reportsubsection: null,
a_obj_reportcolumn: null,
e_reportsection_horizontalalignment: null,
i_reportsection_columncount: 5,
i_reportsection_width: 1200
)