View Properties
The properties for Views are the same as those found in tables, but because views are read-only, most properties on views cannot be changed. Some have fixed values, and some are inherited from the data sources used in the query which defines the view.
The following properties for Views, which can be set, relate to data analysis when you are using Microsoft SQL Reporting Services.
-
AnalysisVisibility
-
AnalysisSelection
-
TypicalRowCount
-
IsLookup
-
SingularLabel
For more information about these properties, see Table properties. For more information about reporting, see Create an Ad Hoc Report Model.
The properties that can be set for a View are listed below. For a description of the Best Practices for setting the properties, see Best Practice for View properties. For a description of the read-only properties, see Table properties.
|
Property |
Description |
|---|---|
|
Name |
Specifies the name of the view. The name is used when referring to it from the X++ language. |
|
Label |
Specifies a user-friendly name for the view. |
|
FormRef |
Specifies the default form for the view. The default form is the one that should be displayed when the user activates Jump to Main Table by using the shortcut menu for a field on a form. The form is referenced through a menu item of type Display. If you leave this field blank, MorphX tries to activate a form that has the same name as the table you are referring to. |
|
TitleField1, TitleField2 |
Determine the information shown in the window caption for the view. The caption is constructed from:
|
|
ConfigurationKey |
Sets the configuration key for the view. |
|
SecurityKey |
Sets the security key for the view. |
|
TableGroup |
Determines which group the view belongs to. Table groups categorize tables and views, according to the type of data they hold. Views can belong to the same table groups as a table. |