tns:data_warehouse_report
Data structure that contains information about information about a Data Warehouse report.| Name | Type | Description |
|---|---|---|
| start_row | xsd:int | The first data row to include in the report. This value should always be 1. |
| end_row | xsd:int | The last data row to include in the report. This value should always equal the number of elements in row_list. |
| headings | tns:data_warehouse_report_headings | A list of column headings for this report. |
| row | tns:data_warehouse_report_row_list | A list of data rows for this report. |
| finished | xsd:boolean | This element is not currently enabled, so it always returns True. Indicates that additional data is available (a paged report). |
Comments (0)
Must be logged in to comment. Login or register now to comment!