|
_OUTPUT_REPORT_FRAME_ Method
Outputs the <FRAME> tag to create the frame in which the report is
displayed.
Syntax
CALL SEND(OBJID,'_OUTPUT_REPORT_FRAME_',url,service,bgtype,grphtype,bg,grphvar,
grphstat,grphdown,grphacr,debug);
Where... |
Is Type... |
And Contains... |
url |
C |
the broker component of the URL. |
service |
C |
the broker service that is being used. |
bgtype |
C |
the background type (IMAGE, COLOR, or blank). |
grphtype |
C |
the selected graph type. |
bg |
C |
the background value. |
grphvar |
C |
the analysis variable to be graphed. |
grphstat |
C |
the statistic to be graphed. |
grphdown |
C |
the down dimension variable to be graphed. |
grphacr |
C |
the across dimension variable to be graphed. |
debug |
C |
the broker debug value. |
Example
The following example illustrates the output produced by this method:
<FRAME NAME="table_window" SRC="/cgi-bin/broker?_program=sashelp.webeis.oprpt.scl
&_service=default&_debug=2&VIEW=View+Report&mddb=SASHELP.PRDMDDB&metabase=SASHELP.MBEIS
&D=Geographic&AC=Product%2520Line&A=ACTUAL&S=SUM&GRT=VBAR&BGTYPE=color&BG=%23FFFFE7&DC=1
&ACB=1&ST=1&GL=1&GSC=2&SSL=1&SH=3&SW=15&GH=450&GW=600&DP=1">
|