Form Viewer
properties
You can adjust the appearance and functionality of
the Form Viewer through its properties. For example, if you set the
HasActionButtons property to true,
it displays the action area and any defined action buttons. The following
table gives a brief description of the properties for Form Viewers.
Property | Description | Type | Default
value |
AutoRefresh | The
number of minutes between refresh cycles. Cycles can range from 1 to
1,500 minutes. | Integer | 30 |
EventNameSpace | The
namespace to which the result viewer subscribes. | String | Empty
String |
HasActionButtons | Controls
the display of the action area. If set to true, the action area is displayed. | Boolean | False |
HasHeader | Controls
the display of the querys column headers. If set to true, the
column headers are displayed. | Boolean | True |
HasStatusArea | Controls
the display of the status area. If set to true, the status area is displayed. | Boolean | True |
HasViewMenu | Controls
the display of the drop-down Query menu. If set to true, the Query menu
is available in the result viewer. | Boolean | True |
InitialQuery | The
path to the query that will be processed when the result viewer is initialized.
| String | Empty
String |
QueryServiceURL | The
URL to the installation of the Query Web Service used by the result
viewer. | URL | Empty
String |
SupportsAutoRefresh | Allows
the result viewer to automatically refresh data. If set to true, AutoRefresh
is enabled. | Boolean | False |
ShowModifyQuery | Indicates
whether the Modify Existing Query option will be available in the result
viewers Query menu. If set to true, the Modify Existing Query
option is available. | Boolean | True |
UseLegacySubscribe | Indicates
whether the result viewer is using the standard or alternative method
of subscribing. If set to true, the alternative (legacy) method is used. For more information about the standard and alternative
methods of subscribing, see Web Part Communication. | Boolean | False |