1.

What Are The Various Values Of The ‘print Condition Type’ Property In Reports?

Answer»

The various values are:

  1. All: All means the OBJECT and all of its contents will be printed on all logical PAGES of the Print Condition Object. The object will be repeated on any overflow pages of the Print Condition Object and will be truncated at the logical page boundary, if NECESSARY.
  2. All but First: All but First means the object and all of its contents will be printed on all logical pages of the Print Condition Object except the first logical page. The object will be formatted only on overflow pages of the Print Condition Object and will be truncated at the logical page boundary, if necessary.
  3. All but Last: All but Last means the object and all of its contents will be printed on all logical pages of the Print Condition Object except the last logical page. The object will be repeated on any overflow pages of the Print Condition Object except the last one and will be truncated at the logical page boundary, if necessary.
  4. Default: Default means that Oracle Reports will use object positioning to set the Print Condition Type to EITHER *First or *Last for you.
  5. First: First means that the object and all of its contents will only be printed on the first logical page of the Print Condition Object. The object will be formatted and will overflow to SUBSEQUENT pages, if necessary.
  6. Last: Last means that the object and all of its contents will only be printed on the last logical page of the Print Condition Object. The object will be formatted after the Print Condition Object and will overflow to subsequent pages, if necessary.

The various values are:



Discussion

No Comment Found