query
Specifies the query, Worksheet, or data model bound to the Section element.
Type
string
Example
// Query:
Section1.query = 'customers';
Section1.query = 'DWS/Fast Go Game'
// Global Worksheet:
Section1.query = 'ws:global:State Stats';
Section1.query = 'ws:global:Sales/Sales Explore';
// Local Worksheet:
Section1.query = "ws:Sales Explore";
// User Worksheet:
Section1.query = "ws:Annie:Sales Explore";
// Data Model:
Section1.query = "Orders/logicModel::Return Model"
See Also
Binding Queries, for general information on the 'query' property.
Creating a Local Query, in Data Modeling, for information about local queries.
Creating a Local Worksheet, in Data Mashup, for information about local Worksheets.
Controlling Access to an Asset, in Data Mashup, for information about user Worksheets.
Modifying a Chart Data Binding, for an example of data binding.
query, for the equivalent Chart property.
query, for the equivalent Table property.
| << data | © 1996-2013 InetSoft Technology Corporation (v11.5) | band >> |