|
AgFilterCaseSensitivity | Sensitive |
Insensitive |
DataSourceCollation |
| AgFilterCaseSensitivity specifies if Filters are case-sensitive, case-insensitive, or if they should obey default case sensitivity of the source. When "Insenstive", values are compared without regard to upper and lower case. When "Sensitive", case must match exactly. When "DataSourceCollation", case must match if the data source's column definition indicates a case sensitive collation.
The default value is blank. In this case, the value is derived from the settings' General element's FilterCaseSensitivity attribute. |
AjaxPaging | | Enables AJAX-style paging and sorting. When the user moves to another page, or sorts a column, only the table portion of the page is updated. This method prevents the web page from flickering or losing the scroll position.
This alters the behavior of the browser's "Back" button because the page history does not get updated with AJAX Paging.
The default value is "False". |
AltRowClass | | A style sheet class that will be used for every other row of the table.
When using in an Analysis Grid define the class as follows in your stylesheet file:
TR.[Classname] TD
This ensures that your class is not overriden by an AnalysisGrid class. The themes class ThemeAlternatingRow takes care of this for you. |
BatchSelection | | When "True", BatchSelection allows the user to select a number of chart or table options and then click an "Update" or "OK" button to refresh the page.
Normally, when False, the charts and tables are updated as the user makes individual choices.
Setting BatchSelection="True" can speed the user interface by reducing the number of updates to the server.
|
Caption | | The Caption attribute identifies the text to be displayed.
For Image elements, Caption specifies the image filename. |
Class | | Sets the Cascading Style Sheet class used by the element. When set, this class will also be used by all child elements that don't have their own class. The class should be defined in the report's style sheet file. |
CurrentPageClass | | Sets the class for the "current" page number. |
DisableReplaceConfirmation | | When "True", disables the confirmation popup prompts that appear when replacing Formula Columns, Filters and Sort Orders. |
DisableShowAllRows | | This attribute prevents appearance of the AnalysisGrid's end-user feature to show all rows. |
DraggablePanels | | Specifies if the panels are draggable. This mode allows analysis grid panels to be placed wherever in the column desired by the user. When disabled, the panels are fixed to their locations. The default value is True. |
ExcludeDetailRowsDefault | | Users may group rows within the AnalysisGrid table. Normally, detail rows are included. In the table's configuration panel, a checkbox allows excluding detail rows. Setting this attribute to "True" causes detail rows to be initially hidden.
In some cases, especially when working with very large databases, performance is better without detail rows.
The default is "False". |
HideAgAggr | | Hide the "Aggregate" panel so that it is not available to the user. |
HideAgCalc | | Hide the "Formula" panel so that it is not available to the user. |
HideAgChart | | Hide the "Chart" panel so that it is not available to the user. |
HideAgCrosstab | | Hide the "Crosstab" panel so that it is not available to the user. |
HideAgExport | | Hide the "Export" links so that the user does not have export links available. |
HideAgFilter | | Hide the "Filter" panel so that it is not available to the user. |
HideAgFormat | | Hide the "Format" column formatting options so they are not available to the user. |
HideAgGroup | | Hide the "Group" panel so that it is not available to the user. |
HideAgLayout | | Hide the layout ("Columns") panel so that it is not available to the user. |
HideAgMenu | | Hide the tab menu, preventing the user from working with any of the AnalysisGrid tabs.
|
HideAgPaging | | Hide the "Paging" panel so that it is not available to the user.
To hide the table paging controls, set the PageRowCount attribute to 0. |
HideAgSortOrder | | Hide the "Sort Order" panel so that it is not available to the user. |
HideFunctionNamesDefault | | When set to True this attribute turns off the description of the values in Group Summary Rows and Aggregates. Descriptors like Count, Sum and Average are suppressed. This is False by default. |
ID | | (Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
MaxRowsExport | | When working with very large data sets, exports may not be practical. Limiting the number of rows for exports helps prevent running a request that will take too long.
To reduce the number of rows and thus enable exports, users may add one or more filters.
The default is 100,000. Use a special value '-1', if you want to allow exporting all the rows and have no max limit set. |
NumberedPageCount | | Sets how many page number links appear for Interactive Paging when the ShowPageNumber attribute is "Numbered".
The default is 10. |
PageRowCount | | Indicates the number of rows for each page. |
SavedAnalysisGridFolder | | Users' Analysis Grid options may be saved with the Procedure.SaveAnalysisGrid element. The options are reloaded by passing the saved filename in the rdAgLoadSaved parameter. This Saved Analysis Grid Folder attribute sets the folder that contains the saved files. |
SecurityRightID | | When entered, access to this element can be controlled with Logi security. Supply the ID of a right defined in the applications settings’ Security element. Only users that have a right in the SecurityRightID will be able to see the element.
Note that when rights come from RightFromRole elements under Security/UserRights, and this element's SecurityRightID does NOT match any of the Right IDs defined in the Settings definition, then the user DOES have access. But when Right IDs are instead derived from RightsFromDataLayer or RightsFromRoles elements, and the user DOES NOT have a matching Right, then the user DOES NOT have access.
You can enter multiple right IDs, separated by commas. In this case, the user sees the element if he has any one of the Rights.
|
ShowPageNumber | | When "True", shows the page number as something like "Page 2 of 4". Also allows the user to type in a page number.
When "Numbered", a number of links appears for each page. You can set the number of pages with the NumberedPageCount attribute. Use the CurrentPageClass attribute to make the current page number stand out. |
SortArrows | | Enables sort direction indicators (arrows) when the user clicks a column heading to sort a table.
The default value is False |
TemplateModifierFile | | Some elements employ a definition file as a template. The definition contains language and culture specific Caption attributes that you may want to change. Or you may simply want to change the captions to better suit your application.
The TemplateModifierFile is an XML file with elements pointing to other elements in the template to be changed. All other attributes get applied in the template.
For example, the Dashboard2 element has a template file (rdTemplate\rdDashboard\rdDashboard2Template.lgx) several Label elements. One has an ID="lblAddPanelsTitle". The Caption can be changed with the following XML in the TemplateModifierFile:
You can set attributes for any number of elements. Examine the template file to learn the ID and Caption attributes you may want to modify.
The above example shows how to identify template elements with an ID attribute. Alternatively, you can also identify elements with an XPath expression. In this example, we change an attribute of the InteractivePaging element:
For a more detailed list of modifier actions see the following DevNet article.
TemplateModifierFiles can be in any folder accessable to the web application. When a directory location is not specified, the default location is the _SupportFiles folder.
|
Width | | The width of the element. |
WidthScale | | The width scale of the element. Value can be "px" for pixels, or "%" for percentage of the available width. |