Description
Returns DataTable views in HTML format.
-
Return Type
-
A Variant value.
See parameters.
-
Syntax
-
object.GetViewData (DVWindowData)
The GetViewData Method syntax has these parts: |
| object | An expression evaluating to an object of type McMeasurements. | | DVWindowData | Required. An enumDVTypes enumeration, as described in settings. specifies the source window.
| Settings The settings for DVWindowData are:
 | mcmmDataTableActive | 0 |
data table as shown
|
 | mcmmDataTableItems | 4 |
only data items of data table
|
 | mcmmDataTableStats | 5 |
only statistics of data table
|
 | mcmmDataTableAll | 6 |
data items and statistics of data table
|
Remarks
Data table and statistics returned as string of HTML text, This function is used in Report Generator.
|