|
FlexCel Studio for VCL/LCL
|
How rows will be inserted when running the report.
TFlxReportMode = ( frm_FullCopyAndInsert, frm_OnlyCopy, frm_DontCopyAndDontInsert );
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!
|