<FORMAT STYLE="VUE" CODE="VUE" NAME="VUE" WIDTH="" HEIGHT="" SCROLL="TRUE">

SCROLL="TRUE" 是否添加滚动条

<style>样式类定义, flowrow,flowcoll 为系统样式

    .x{width : 50px; height: 40px;line-height:40px; flex: 1 1 auto; }   

    .y{width : 50px; height: 40px;line-height:40px; flex: 1 1 auto; }   

    .s{width : 50px; height: 40px;line-height:40px;  flex: 1 1 auto;}   

</style> 

<format style="margin:10px">格式内容定义

                                               <div> begin of data</div> 任意内容

                                               <div class="flexrow"> 任意内容

                                                       <div class="x" style="text-align: center;"> x  </div>

                                                       <div class="y" style="text-align: center;"> y  </div>

                                                       <div class="s" style="text-align: center;"> s  </div>

                                               </div>

                                               <row> 明细行记录

                                                       <div class="flexrow">

                                                               <div class="x"> {{row.x}}  </div>

                                                               <div class="y"> {{row.y}}  </div>

                                                               <div class="s"> {{row.s}}  </div>

                                                       </div>

                                               </row>

                                               <lrow> end of date</lrow> 分组的最后一样

</format>

</FORMAT>

Created with the Personal Edition of HelpNDoc: Easily create PDF Help documents