FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlxReportMode Enumeration

How rows will be inserted when running the report.

Pascal
TFlxReportMode = (
  frm_FullCopyAndInsert,
  frm_OnlyCopy,
  frm_DontCopyAndDontInsert
);
C++
enum TFlxReportMode {
  frm_FullCopyAndInsert,
  frm_OnlyCopy,
  frm_DontCopyAndDontInsert
};
Members 
Description 
frm_FullCopyAndInsert 
Normal mode. Rows will be inserted and existing data moved down.  
frm_OnlyCopy 
Rows will be copied but will overwrite exsting rows.  
frm_DontCopyAndDontInsert 
Rows will be not be copied at all. The report will just overwrite the existing cells.  
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!