MDDB Report Viewer 9.2 |
This method
outputs the <TABLE> tag for the report
outputs the empty cell in the upper left corner of the report.
CALL SEND(OBJID,'_OPEN_ONEWAY_',dlflag);
Where... | Is Type... | And Contains... |
---|---|---|
dlflag | N | a flag that indicates whether to download the table to a spreadsheet. |
The following output is produced:
<TABLE CLASS="MAINTAB" BORDER=1> <TR> <TH COLSPAN=2 CLASS="COLLAB" > </TH>
Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.