|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReportCall
ReportCall allows to have the Report called in the program and its code in the program which can be different from the Report name.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
Report |
getReport()
Report referenced. |
java.lang.String |
getSuffixInfProgram()
This code is one character long. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
Report getReport()
Report referenced.
java.lang.String getSuffixInfProgram()
This code is one character long.
It sets the sequence in which Report is processed in the program.
When the Report is used only once in a program, it is advised to indicate the code entered as Report name. This name is entered upon creation. However if it is called more than once in a program, you can differentiate these calls.
You can parameterize this code in a Macro with $n.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |