EK RTF report components for .Net
PreviousUpNext
EkBaseRTFReport.eoClearMissedFields Property
Pascal
[Description('Field, inserted in report, will be deleted if generator cannot find it''s name anywhere.'), Category('Options')]
property eoClearMissedFields: boolean;
C#
[Description('Field, inserted in report, will be deleted if generator cannot find it''s name anywhere.'), Category('Options')]
 boolean eoClearMissedFields;
Visual Basic
<Description('Field, inserted in report, will be deleted if generator cannot find it''s name anywhere.'), Category('Options')>
 Property eoClearMissedFields() As boolean

If eoClearMissedFields is True, \field\ in result document is deleted if this is nor report variable neither data field name or function.

Copyright (c) 2007. All rights reserved.