RequestFilterHeading Property
Version: Available or changed with runtime version 1.0.
Sets a caption for the request page tab that is related to this data item. The value is taken from the RequestFilterHeadingML Property if this property is set.
Applies to
- Xml Port Table Element
- Report Data Item
Parameters
Locked
Type: Boolean
If true
the RequestFilterHeading is locked and should not be translated.
Comment
Type: Text
Descriptive text for the RequestFilterHeading, for example, with regards to translation.
MaxLength
Type: Integer
Sets the maximum length of the specific RequestFilterHeading.
Property Value
Any valid string. If RequestFilterHeadingML Property is set, then the value for the selected language is used. If RequestFilterHeadingML Property is not set, then the default is the name of the table that is the specified in the DataItemTable Property in a report or in the SourceTable (XMLports) Property in an XMLport.
Syntax
RequestFilterHeading = 'Entry';
Or, with parameters:
RequestFilterHeading = 'Entry', Locked = true, Comment = 'Keep like this, do not translate.', MaxLength = 20;