MDDB Report Viewer Methods |
CALL SEND(OBJID,'_OUTPUT_EMPTY_CELL_',spannum,dlflag,cssclass);
Where... | Is Type... | And Contains... |
---|---|---|
spannum | N | the number of columns to span. |
dlflag | N | a flag that indicates whether to download the table to a spreadsheet where 0 = output HTML tags with data values, and 1 = output data values with spreadsheet delimiters. |
cssclass | C | the class name for the cascading style sheet class tag. This parameter is optional. |
MDDB Report Viewer Methods |